Schnittstelle IBorderStyle<BCS extends IBorderStyle<BCS>>

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 IBorderStyle<BCS extends IBorderStyle<BCS>>
  • 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

      BCS setBorderColorForState(ControlState state, IColor borderColor)
    • setBorderThicknessForState

      BCS setBorderThicknessForState(ControlState state, int borderThickness)
    • setBottomBorderColorForState

      BCS setBottomBorderColorForState(ControlState state, IColor bottomBorderColor)
    • setBottomBorderThicknessForState

      BCS setBottomBorderThicknessForState(ControlState state, int bottomBorderThickness)
    • setLeftBorderColorForState

      BCS setLeftBorderColorForState(ControlState state, IColor leftBorderColor)
    • setLeftBorderThicknessForState

      BCS setLeftBorderThicknessForState(ControlState state, int leftBorderThickness)
    • setRightBorderColorForState

      BCS setRightBorderColorForState(ControlState state, IColor rightBorderColor)
    • setRightBorderThicknessForState

      BCS setRightBorderThicknessForState(ControlState state, int rightBorderThickness)
    • setTopBorderColorForState

      BCS setTopBorderColorForState(ControlState state, IColor topBorderColor)
    • setTopBorderThicknessForState

      BCS setTopBorderThicknessForState(ControlState state, int topBorderThickness)