Schnittstelle IPaddingStyle<S extends IPaddingStyle<S>>
- Typparameter:
S- is the type of aIPaddingStyle.
- 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 IPaddingStyle<S extends IPaddingStyle<S>>
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungforStateSetBottomPadding(ControlState state, int bottomPadding) forStateSetLeftPadding(ControlState state, int leftPadding) forStateSetPadding(ControlState state, int padding) forStateSetRightPadding(ControlState state, int rightPadding) forStateSetTopPadding(ControlState state, int topPadding) voidvoidvoidvoidvoid
-
Methodendetails
-
getBottomPaddingWhenHasState
-
getLeftPaddingWhenHasState
-
getRightPaddingWhenHasState
-
getTopPaddingWhenHasState
-
removeCustomBottomPaddings
void removeCustomBottomPaddings() -
removeCustomLeftPaddings
void removeCustomLeftPaddings() -
removeCustomPaddings
void removeCustomPaddings() -
removeCustomRightPaddings
void removeCustomRightPaddings() -
removeCustomTopPaddings
void removeCustomTopPaddings() -
forStateSetBottomPadding
-
forStateSetLeftPadding
-
forStateSetPadding
-
forStateSetRightPadding
-
forStateSetTopPadding
-