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:
AbstractControlStyle,AbstractItemMenuStyle,AbstractLinearContainerStyle,BaseComponentStyle,ButtonStyle,DropdownMenuStyle,FloatContainerStyle,GridStyle,HorizontalStackStyle,ImageControlStyle,LabelStyle,LinkStyle,SingleContainerStyle,TextboxStyle,UploaderStyle,ValidationLabelStyle,VerticalStackStyle
public interface IBorderStyle<S extends IBorderStyle<S>>
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintintintintvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidsetBorderColorForState(ControlState state, IColor borderColor) setBorderThicknessForState(ControlState state, int borderThickness) setBottomBorderColorForState(ControlState state, IColor bottomBorderColor) setBottomBorderThicknessForState(ControlState state, int bottomBorderThickness) setLeftBorderColorForState(ControlState state, IColor leftBorderColor) setLeftBorderThicknessForState(ControlState state, int leftBorderThickness) setRightBorderColorForState(ControlState state, IColor rightBorderColor) setRightBorderThicknessForState(ControlState state, int rightBorderThickness) setTopBorderColorForState(ControlState state, IColor topBorderColor) setTopBorderThicknessForState(ControlState state, int topBorderThickness)
-
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() -
setBorderColorForState
-
setBorderThicknessForState
-
setBottomBorderColorForState
-
setBottomBorderThicknessForState
-
setLeftBorderColorForState
-
setLeftBorderThicknessForState
-
setRightBorderColorForState
-
setRightBorderThicknessForState
-
setTopBorderColorForState
-
setTopBorderThicknessForState
-