Schnittstelle IControlBaseStyle<S extends IControlBaseStyle<S>>
- Typparameter:
S- is the type of aIControlBaseStyle.
- Alle Superschnittstellen:
IElement, IMultiStateConfiguration<S, ControlState>, IMutableElement, IRespondingMutableElement<S>, Resettable
- 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 IControlBaseStyle<S extends IControlBaseStyle<S>>
extends IMultiStateConfiguration<S, ControlState>
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibung<S2 extends IControlBaseStyle<S2>>
voidaddChild(S2 controlStyle) booleanforStateSetBoldTextFlag(ControlState state, boolean boldTextFlag) forStateSetFont(ControlState state, Font font) forStateSetOpacity(ControlState state, double opacity) forStateSetTextColor(ControlState state, IColor textColor) forStateSetTextLineDecoration(ControlState state, LineDecoration textLineDecoration) forStateSetTextSize(ControlState state, int textSize) booleangetFontWhenHasState(ControlState state) doubleintvoidvoidvoidvoidvoidvoidVon Schnittstelle geerbte Methoden IElement
getAttributes, getSpecification, toFormatedString, toXmlVon Schnittstelle geerbte Methoden IMultiStateConfiguration
getBaseStateVon Schnittstelle geerbte Methoden IMutableElement
addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttributes, resetFromAttributes, resetFromSpecificationVon Schnittstelle geerbte Methoden IRespondingMutableElement
addedOrChangedAttributeVon Schnittstelle geerbte Methoden Resettable
reset
-
Methodendetails
-
addChild
-
definesTextLineDecorationForState
-
getBoldTextFlagWhenHasState
-
getFontWhenHasState
-
getOpacityWhenHasState
-
getTextColorWhenHasState
-
getTextLineDecorationWhenHasState
-
getTextSizeWhenHasState
-
removeCustomBoldTextFlags
void removeCustomBoldTextFlags() -
removeCustomFonts
void removeCustomFonts() -
removeCustomOpacities
void removeCustomOpacities() -
removeCustomTextColors
void removeCustomTextColors() -
removeCustomTextLineDecorations
void removeCustomTextLineDecorations() -
removeCustomTextSizes
void removeCustomTextSizes() -
forStateSetBoldTextFlag
-
forStateSetFont
-
forStateSetOpacity
-
forStateSetTextColor
-
forStateSetTextLineDecoration
-
forStateSetTextSize
-