Schnittstelle IPaddingStyle<PS extends IPaddingStyle<PS>>

Alle bekannten Unterschnittstellen:
IAccordionStyle, IButtonStyle, ICheckboxStyle, IComponentStyle, IControlStyle<CS>, IDropdownMenuStyle, IGridStyle, IHorizontalStackStyle, IImageControlStyle, IItemMenuStyle<IMS>, ILabelStyle, ILinearContainerStyle<LCL>, 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<PS extends IPaddingStyle<PS>>
  • 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

      PS setBottomPaddingForState(ControlState state, int bottomPadding)
    • setLeftPaddingForState

      PS setLeftPaddingForState(ControlState state, int leftPadding)
    • setPaddingForState

      PS setPaddingForState(ControlState state, int padding)
    • setRightPaddingForState

      PS setRightPaddingForState(ControlState state, int rightPadding)
    • setTopPaddingForState

      PS setTopPaddingForState(ControlState state, int topPadding)