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>>
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
int
int
int
void
void
void
void
void
void
void
void
void
void
setBorderColorForState
(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
-