Schnittstelle ILinearContainerStyle<S extends ILinearContainerStyle<S>>

Alle Superschnittstellen:
IBackgroundStyle<S>, IBorderStyle<S>, IControlHeadStyle<S>, IControlStyle<S>, IElement, IMultiStateConfiguration<S,ControlState>, IMutableElement, IPaddingStyle<S>, IRespondingMutableElement<S>, ISizeStyle<S>, Resettable
Alle bekannten Unterschnittstellen:
IHorizontalStackStyle, IVerticalStackStyle
Alle bekannten Implementierungsklassen:
FloatContainerStyle, HorizontalStackStyle, LinearContainerStyle, VerticalStackStyle

public interface ILinearContainerStyle<S extends ILinearContainerStyle<S>> extends IControlStyle<S>
  • Methodendetails

    • getChildControlMarginWhenHasState

      int getChildControlMarginWhenHasState(ControlState state)
    • removeCustomChildControlMargins

      void removeCustomChildControlMargins()
    • setChildControlMarginForState

      S setChildControlMarginForState(ControlState state, int childControlMargin)