Schnittstelle IBorderStyle<S extends IBorderStyle<S>>

Typparameter:
S - is the type of a IBorderStyle.
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:
AbstractControlStyle, AbstractItemMenuStyle, AbstractLinearContainerStyle, ButtonStyle, ComponentStyle, DropdownMenuStyle, FloatContainerStyle, GridStyle, HorizontalStackStyle, ImageControlStyle, LabelStyle, LinkStyle, SingleContainerStyle, TextboxStyle, UploaderStyle, ValidationLabelStyle, VerticalStackStyle

public interface IBorderStyle<S extends IBorderStyle<S>>
Autor:
Silvan Wyss
  • 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()
    • forStateSetBorderColor

      S forStateSetBorderColor(ControlState state, IColor borderColor)
    • forStateSetBorderThickness

      S forStateSetBorderThickness(ControlState state, int borderThickness)
    • forStateSetBottomBorderColor

      S forStateSetBottomBorderColor(ControlState state, IColor bottomBorderColor)
    • forStateSetBottomBorderThickness

      S forStateSetBottomBorderThickness(ControlState state, int bottomBorderThickness)
    • forStateSetLeftBorderColor

      S forStateSetLeftBorderColor(ControlState state, IColor leftBorderColor)
    • forStateSetLeftBorderThickness

      S forStateSetLeftBorderThickness(ControlState state, int leftBorderThickness)
    • forStateSetRightBorderColor

      S forStateSetRightBorderColor(ControlState state, IColor rightBorderColor)
    • forStateSetRightBorderThickness

      S forStateSetRightBorderThickness(ControlState state, int rightBorderThickness)
    • forStateSetTopBorderColor

      S forStateSetTopBorderColor(ControlState state, IColor topBorderColor)
    • forStateSetTopBorderThickness

      S forStateSetTopBorderThickness(ControlState state, int topBorderThickness)