Schnittstelle IBackgroundStyle<S extends IBackgroundStyle<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 IBackgroundStyle<S extends IBackgroundStyle<S>>
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidsetBackgroundColorForState(ControlState state, IColor backgroundColor) setBackgroundColorGradientForState(ControlState state, IColorGradient backgroundColorGradient) setBackgroundForState(ControlState state, IBackground background) setBackgroundImageForState(ControlState state, IImage backgroundImage, ImageApplication imageApplication)
-
Methodendetails
-
getBackgroundWhenHasState
-
removeCustomBackgrounds
void removeCustomBackgrounds() -
setBackgroundColorForState
-
setBackgroundColorGradientForState
-
setBackgroundImageForState
S setBackgroundImageForState(ControlState state, IImage backgroundImage, ImageApplication imageApplication) -
setBackgroundForState
-