Interface IBorderStyle<S extends IBorderStyle<S>>
- Type Parameters:
S- is the type of aIBorderStyle.
- All Known Subinterfaces:
IAccordionStyle, IButtonStyle, ICheckboxStyle, IComponentStyle, IControlStyle<S>, IDropdownMenuStyle, IGridStyle, IHorizontalStackStyle, IImageControlStyle, IItemMenuStyle<S>, ILabelStyle, ILinearContainerStyle<S>, ILinkStyle, ISingleContainerStyle, ITabContainerStyle, ITextboxStyle, IUploaderStyle, IValidationLabelStyle, IVerticalStackStyle
- All Known Implementing Classes:
AbstractControlStyle, AbstractItemMenuStyle, AbstractLinearContainerStyle, ButtonStyle, ComponentStyle, DropdownMenuStyle, FloatContainerStyle, GridStyle, HorizontalStackStyle, ImageControlStyle, LabelStyle, LinkStyle, SingleContainerStyle, TextboxStyle, UploaderStyle, ValidationLabelStyle, VerticalStackStyle
public interface IBorderStyle<S extends IBorderStyle<S>>
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionforStateSetBorderColor(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
-
Method Details
-
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
-