Schnittstelle IBorderStyle<S extends IBorderStyle<S>>
- Typparameter:
S- is the type of aIBorderStyle.
- 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
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungforStateSetBorderColor(ControlState state, IColor borderColor) forStateSetBorderThickness(ControlState state, int borderThickness) forStateSetBottomBorderColor(ControlState state, IColor bottomBorderColor) forStateSetBottomBorderThickness(ControlState state, int bottomBorderThickness) forStateSetLeftBorderColor(ControlState state, IColor leftBorderColor) forStateSetLeftBorderThickness(ControlState state, int leftBorderThickness) forStateSetRightBorderColor(ControlState state, IColor rightBorderColor) forStateSetRightBorderThickness(ControlState state, int rightBorderThickness) forStateSetTopBorderColor(ControlState state, IColor topBorderColor) forStateSetTopBorderThickness(ControlState state, int topBorderThickness) intintintintvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Methodendetails
-
getBottomBorderColorWhenHasState
-
getBottomBorderThicknessWhenHasState
-
getLeftBorderColorWhenHasState
-
getLeftBorderThicknessWhenHasState
-
getRightBorderColorWhenHasState
-
getRightBorderThicknessWhenHasState
-
getTopBorderColorWhenHasState
-
getTopBorderThicknessWhenHasState
-
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
-
forStateSetBorderThickness
-
forStateSetBottomBorderColor
-
forStateSetBottomBorderThickness
-
forStateSetLeftBorderColor
-
forStateSetLeftBorderThickness
-
forStateSetRightBorderColor
-
forStateSetRightBorderThickness
-
forStateSetTopBorderColor
-
forStateSetTopBorderThickness
-