Schnittstelle IBackgroundStyle<BCS extends IBackgroundStyle<BCS>>
- Alle bekannten Unterschnittstellen:
IAccordionStyle
,IButtonStyle
,ICheckboxStyle
,IComponentStyle
,IControlStyle<CS>
,IDropdownMenuStyle
,IGridStyle
,IHorizontalStackStyle
,IImageControlStyle
,IItemMenuStyle<IMS>
,ILabelStyle
,ILinearContainerStyle<LCL>
,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<BCS extends IBackgroundStyle<BCS>>
-
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
BCS setBackgroundImageForState(ControlState state, IImage backgroundImage, ImageApplication imageApplication) -
setBackgroundForState
-