Schnittstelle IBorderStyle<S extends IBorderStyle<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 IBorderStyle<S extends IBorderStyle<S>>
  • Methodendetails

    • getBottomBorderColorWhenHasState

      IColor getBottomBorderColorWhenHasState(ControlState state)
    • getBottomBorderThicknessWhenHasState

      int getBottomBorderThicknessWhenHasState(ControlState state)
    • getLeftBorderColorWhenHasState

      IColor getLeftBorderColorWhenHasState(ControlState state)
    • getLeftBorderThicknessWhenHasState

      int getLeftBorderThicknessWhenHasState(ControlState state)
    • getRightBorderColorWhenHasState

      IColor getRightBorderColorWhenHasState(ControlState state)
    • getRightBorderThicknessWhenHasState

      int getRightBorderThicknessWhenHasState(ControlState state)
    • getTopBorderColorWhenHasState

      IColor getTopBorderColorWhenHasState(ControlState state)
    • getTopBorderThicknessWhenHasState

      int getTopBorderThicknessWhenHasState(ControlState state)
    • removeCustomBorderColors

      void removeCustomBorderColors()
    • removeCustomBorderThicknesses

      void removeCustomBorderThicknesses()
    • removeCustomBottomBorderColors

      void removeCustomBottomBorderColors()
    • removeCustomBottomBorderThicknesses

      void removeCustomBottomBorderThicknesses()
    • removeCustomLeftBorderColors

      void removeCustomLeftBorderColors()
    • removeCustomLeftBorderThicknesses

      void removeCustomLeftBorderThicknesses()
    • removeCustomRightBorderColors

      void removeCustomRightBorderColors()
    • removeCustomRightBorderThicknesses

      void removeCustomRightBorderThicknesses()
    • removeCustomTopBorderColors

      void removeCustomTopBorderColors()
    • removeCustomTopBorderThicknesses

      void removeCustomTopBorderThicknesses()
    • setBorderColorForState

      S setBorderColorForState(ControlState state, IColor borderColor)
    • setBorderThicknessForState

      S setBorderThicknessForState(ControlState state, int borderThickness)
    • setBottomBorderColorForState

      S setBottomBorderColorForState(ControlState state, IColor bottomBorderColor)
    • setBottomBorderThicknessForState

      S setBottomBorderThicknessForState(ControlState state, int bottomBorderThickness)
    • setLeftBorderColorForState

      S setLeftBorderColorForState(ControlState state, IColor leftBorderColor)
    • setLeftBorderThicknessForState

      S setLeftBorderThicknessForState(ControlState state, int leftBorderThickness)
    • setRightBorderColorForState

      S setRightBorderColorForState(ControlState state, IColor rightBorderColor)
    • setRightBorderThicknessForState

      S setRightBorderThicknessForState(ControlState state, int rightBorderThickness)
    • setTopBorderColorForState

      S setTopBorderColorForState(ControlState state, IColor topBorderColor)
    • setTopBorderThicknessForState

      S setTopBorderThicknessForState(ControlState state, int topBorderThickness)