Schnittstelle IPaddingStyle<S extends IPaddingStyle<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 IPaddingStyle<S extends IPaddingStyle<S>>
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidvoidvoidvoidvoidsetBottomPaddingForState(ControlState state, int bottomPadding) setLeftPaddingForState(ControlState state, int leftPadding) setPaddingForState(ControlState state, int padding) setRightPaddingForState(ControlState state, int rightPadding) setTopPaddingForState(ControlState state, int topPadding)
-
Methodendetails
-
getBottomPaddingWhenHasState
-
getLeftPaddingWhenHasState
-
getRightPaddingWhenHasState
-
getTopPaddingWhenHasState
-
removeCustomBottomPaddings
void removeCustomBottomPaddings() -
removeCustomLeftPaddings
void removeCustomLeftPaddings() -
removeCustomPaddings
void removeCustomPaddings() -
removeCustomRightPaddings
void removeCustomRightPaddings() -
removeCustomTopPaddings
void removeCustomTopPaddings() -
setBottomPaddingForState
-
setLeftPaddingForState
-
setPaddingForState
-
setRightPaddingForState
-
setTopPaddingForState
-