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:
BaseComponentStyle
,ButtonStyle
,ControlStyle
,DropdownMenuStyle
,FloatContainerStyle
,GridStyle
,HorizontalStackStyle
,ImageControlStyle
,ItemMenuStyle
,LabelStyle
,LinearContainerStyle
,LinkStyle
,SingleContainerStyle
,TextboxStyle
,UploaderStyle
,ValidationLabelStyle
,VerticalStackStyle
public interface IBackgroundStyle<S extends IBackgroundStyle<S>>
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
setBackgroundColorForState
(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
-