Schnittstelle IControlHeadStyle<CS extends IControlHeadStyle<CS>>
- Alle Superschnittstellen:
IElement
,IMultiStateConfiguration<CS,
,ControlState> IMutableElement
,IRespondingMutableElement<CS>
,Resettable
- 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 IControlHeadStyle<CS extends IControlHeadStyle<CS>>
extends IMultiStateConfiguration<CS,ControlState>
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibung<CS2 extends IControlHeadStyle<CS2>>
voidaddChild
(CS2 controlStyle) boolean
getFontWhenHasState
(ControlState state) double
int
void
void
void
void
void
setBoldTextFlagForState
(ControlState state, boolean boldTextFlag) setFontForState
(ControlState state, Font font) setOpacityForState
(ControlState state, double opacity) setTextColorForState
(ControlState state, IColor textColor) setTextSizeForState
(ControlState state, int textSize) Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.baseapi.IElement
getAttributes, getSpecification, toFormatedString, toXml
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.multistateconfigurationapi.IMultiStateConfiguration
getBaseState
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.mutableelementapi.IMutableElement
addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttributes, resetFromAttributes, resetFromSpecification
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.mutableelementapi.IRespondingMutableElement
addedOrChangedAttribute
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.statemutationapi.Resettable
reset
-
Methodendetails
-
addChild
-
getBoldTextFlagWhenHasState
-
getFontWhenHasState
-
getOpacityWhenHasState
-
getTextColorWhenHasState
-
getTextSizeWhenHasState
-
removeCustomBoldTextFlags
void removeCustomBoldTextFlags() -
removeCustomFonts
void removeCustomFonts() -
removeCustomOpacities
void removeCustomOpacities() -
removeCustomTextColors
void removeCustomTextColors() -
removeCustomTextSizes
void removeCustomTextSizes() -
setBoldTextFlagForState
-
setFontForState
-
setOpacityForState
-
setTextColorForState
-
setTextSizeForState
-