Schnittstelle IPaddingStyle<S extends IPaddingStyle<S>>

Alle bekannten Unterschnittstellen:
IAccordionStyle, IButtonStyle, ICheckboxStyle, IComponentStyle, IControlStyle<S>, IDropdownMenuStyle, IGridStyle, IHorizontalStackStyle, IImageControlStyle, IItemMenuStyle<S>, ILabelStyle, ILinearContainerStyle<S>, ILinkStyle, ISingleContainerStyle, ITabContainerStyle, ITextboxStyle, IUploaderStyle, IValidationLabelStyle, IVerticalStackStyle
Alle bekannten Implementierungsklassen:
BaseComponentStyle, ButtonStyle, ControlStyle, DropdownMenuStyle, FloatContainerStyle, GridStyle, HorizontalStackStyle, ImageControlStyle, ItemMenuStyle, LabelStyle, LinearContainerStyle, LinkStyle, SingleContainerStyle, TextboxStyle, UploaderStyle, ValidationLabelStyle, VerticalStackStyle

public interface IPaddingStyle<S extends IPaddingStyle<S>>
  • Methodendetails

    • getBottomPaddingWhenHasState

      int getBottomPaddingWhenHasState(ControlState state)
    • getLeftPaddingWhenHasState

      int getLeftPaddingWhenHasState(ControlState state)
    • getRightPaddingWhenHasState

      int getRightPaddingWhenHasState(ControlState state)
    • getTopPaddingWhenHasState

      int getTopPaddingWhenHasState(ControlState state)
    • removeCustomBottomPaddings

      void removeCustomBottomPaddings()
    • removeCustomLeftPaddings

      void removeCustomLeftPaddings()
    • removeCustomPaddings

      void removeCustomPaddings()
    • removeCustomRightPaddings

      void removeCustomRightPaddings()
    • removeCustomTopPaddings

      void removeCustomTopPaddings()
    • setBottomPaddingForState

      S setBottomPaddingForState(ControlState state, int bottomPadding)
    • setLeftPaddingForState

      S setLeftPaddingForState(ControlState state, int leftPadding)
    • setPaddingForState

      S setPaddingForState(ControlState state, int padding)
    • setRightPaddingForState

      S setRightPaddingForState(ControlState state, int rightPadding)
    • setTopPaddingForState

      S setTopPaddingForState(ControlState state, int topPadding)