Schnittstelle IBackgroundStyle<S extends IBackgroundStyle<S>>
- Typparameter:
S- is the type of aIBackgroundStyle.
- 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 IBackgroundStyle<S extends IBackgroundStyle<S>>
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungforStateSetBackground(ControlState state, IBackground background) forStateSetBackgroundColor(ControlState state, IColor backgroundColor) forStateSetBackgroundColorGradient(ControlState state, IColorGradient backgroundColorGradient) forStateSetBackgroundImage(ControlState state, IImage backgroundImage, ImageApplication imageApplication) void
-
Methodendetails
-
getBackgroundWhenHasState
-
removeCustomBackgrounds
void removeCustomBackgrounds() -
forStateSetBackgroundColor
-
forStateSetBackgroundColorGradient
-
forStateSetBackgroundImage
S forStateSetBackgroundImage(ControlState state, IImage backgroundImage, ImageApplication imageApplication) -
forStateSetBackground
-