Klasse AbstractControlStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
java.lang.Object
ch.nolix.system.element.base.AbstractElement
ch.nolix.system.element.multistateconfiguration.AbstractMultiStateConfiguration<S, ControlState>
ch.nolix.system.webgui.controlstyle.AbstractControlStyle<S>
- Alle implementierten Schnittstellen:
Resettable, IElement, IMultiStateConfiguration<S, ControlState>, IMutableElement, IRespondingMutableElement<S>, IBackgroundStyle<S>, IBorderStyle<S>, IControlBaseStyle<S>, IControlStyle<S>, ICornerStyle<S>, IPaddingStyle<S>, IShadowStyle<S>, ISizeStyle<S>
- Bekannte direkte Unterklassen:
AbstractItemMenuStyle, AbstractLinearContainerStyle, ButtonStyle, ComponentStyle, GridStyle, ImageControlStyle, LabelStyle, LinkStyle, SingleContainerStyle, TextboxStyle, UploaderStyle, ValidationLabelStyle
public abstract class AbstractControlStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
extends AbstractMultiStateConfiguration<S, ControlState>
implements IControlStyle<S>
-
Feldübersicht
FelderModifikator und TypFeldBeschreibungstatic final intstatic final IBackgroundstatic final booleanstatic final IColorstatic final intstatic final intstatic final Fontstatic final doublestatic final intstatic final Colorstatic final LineDecoration -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungfinal <C2 extends IControlBaseStyle<C2>>
voidaddChild(C2 controlStyle) final booleanbooleanfinal booleandefinesWidthForState(ControlState state) final SforStateSetBackground(ControlState state, IBackground background) final SforStateSetBackgroundColor(ControlState state, IColor backgroundColor) final SforStateSetBackgroundColorGradient(ControlState state, IColorGradient backgroundColorGradient) final SforStateSetBackgroundImage(ControlState state, IImage backgroundImage, ImageApplication imageApplication) final SforStateSetBoldTextFlag(ControlState state, boolean boldTextFlag) final SforStateSetBorderColor(ControlState state, IColor borderColor) final SforStateSetBorderThickness(ControlState state, int borderThickness) final SforStateSetBottomBorderColor(ControlState state, IColor bottomBorderColor) final SforStateSetBottomBorderThickness(ControlState state, int bottomBorderThickness) final SforStateSetBottomPadding(ControlState state, int bottomPadding) final SforStateSetCornerRadius(ControlState state, int cornerRadius) final SforStateSetCornerShadow(ControlState state, ICornerShadow cornerShadow, ICornerShadow... cornerShadows) final SforStateSetCornerShadows(ControlState state, IContainer<? extends ICornerShadow> cornerShadows) final SforStateSetFont(ControlState state, Font font) final SforStateSetHeight(ControlState state, int height) final SforStateSetHeightInPercentOfViewArea(ControlState state, double heightInPercentOfViewAreaHeight) final SforStateSetLeftBorderColor(ControlState state, IColor leftBorderColor) final SforStateSetLeftBorderThickness(ControlState state, int leftBorderThickness) final SforStateSetLeftPadding(ControlState state, int leftPadding) final SforStateSetOpacity(ControlState state, double opacity) final SforStateSetPadding(ControlState state, int padding) final SforStateSetRightBorderColor(ControlState state, IColor rightBorderColor) final SforStateSetRightBorderThickness(ControlState state, int rightBorderThickness) final SforStateSetRightPadding(ControlState state, int rightPadding) final SforStateSetTextColor(ControlState state, IColor textColor) forStateSetTextLineDecoration(ControlState state, LineDecoration textLineDecoration) final SforStateSetTextSize(ControlState state, int textSize) final SforStateSetTopBorderColor(ControlState state, IColor topBorderColor) final SforStateSetTopBorderThickness(ControlState state, int topBorderThickness) final SforStateSetTopPadding(ControlState state, int topPadding) final SforStateSetWidth(ControlState state, int width) final SforStateSetWidthInPercentOfViewAreaWidth(ControlState state, double widthInPercentOfViewAreaWidth) final IBackgroundfinal booleanfinal IColorfinal intfinal IAbsoluteOrRelativeIntfinal intfinal IContainer<? extends ICornerShadow> final FontgetFontWhenHasState(ControlState state) final IAbsoluteOrRelativeIntgetHeightForState(ControlState state) final IColorfinal intfinal IAbsoluteOrRelativeIntfinal doublefinal IColorfinal intfinal IAbsoluteOrRelativeIntfinal IColorfinal intfinal IColorfinal intfinal IAbsoluteOrRelativeIntfinal IAbsoluteOrRelativeIntgetWidthForState(ControlState state) final voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidvoidfinal voidfinal voidfinal voidfinal voidfinal voidVon Klasse geerbte Methoden AbstractMultiStateConfiguration
addedOrChangedAttribute, addOrChangeAttribute, addOrChangeAttribute, asConcrete, getAttributes, getBaseState, initialize, internalAddChild, reset, setFromVon Klasse geerbte Methoden AbstractElement
equals, getSpecification, hashCode, toStringVon Schnittstelle geerbte Methoden IControlBaseStyle
addChild, definesTextLineDecorationForState, forStateSetBoldTextFlag, forStateSetFont, forStateSetOpacity, forStateSetTextColor, forStateSetTextLineDecoration, forStateSetTextSize, getBoldTextFlagWhenHasState, getFontWhenHasState, getOpacityWhenHasState, getTextColorWhenHasState, getTextLineDecorationWhenHasState, getTextSizeWhenHasState, removeCustomBoldTextFlags, removeCustomFonts, removeCustomOpacities, removeCustomTextColors, removeCustomTextLineDecorations, removeCustomTextSizesVon 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
-
Felddetails
-
DEFAULT_CORNER_RADIUS
public static final int DEFAULT_CORNER_RADIUS- Siehe auch:
-
DEFAULT_BORDER_THICKNESS
public static final int DEFAULT_BORDER_THICKNESS- Siehe auch:
-
DEFAULT_BORDER_COLOR
-
DEFAULT_BACKGROUND
-
DEFAULT_PADDING
public static final int DEFAULT_PADDING- Siehe auch:
-
DEFAULT_OPACITY
public static final double DEFAULT_OPACITY- Siehe auch:
-
DEFAULT_FONT
-
DEFAULT_BOLD_TEXT_FLAG
public static final boolean DEFAULT_BOLD_TEXT_FLAG- Siehe auch:
-
DEAULT_TEXT_SIZE
public static final int DEAULT_TEXT_SIZE- Siehe auch:
-
DEFAULT_TEXT_LINE_DECORATION
-
DEFAULT_TEXT_COLOR
-
-
Konstruktordetails
-
AbstractControlStyle
public AbstractControlStyle()
-
-
Methodendetails
-
definesHeightForState
- Angegeben von:
definesHeightForStatein SchnittstelleISizeStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
definesWidthForState
- Angegeben von:
definesWidthForStatein SchnittstelleISizeStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getBackgroundWhenHasState
- Angegeben von:
getBackgroundWhenHasStatein SchnittstelleIBackgroundStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getBottomBorderColorWhenHasState
- Angegeben von:
getBottomBorderColorWhenHasStatein SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getBottomBorderThicknessWhenHasState
- Angegeben von:
getBottomBorderThicknessWhenHasStatein SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getBottomPaddingWhenHasState
- Angegeben von:
getBottomPaddingWhenHasStatein SchnittstelleIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getCornerRadiusWhenHasState
- Angegeben von:
getCornerRadiusWhenHasStatein SchnittstelleICornerStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getCornerShadowsWhenHasState
- Angegeben von:
getCornerShadowsWhenHasStatein SchnittstelleIShadowStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getLeftBorderColorWhenHasState
- Angegeben von:
getLeftBorderColorWhenHasStatein SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getLeftBorderThicknessWhenHasState
- Angegeben von:
getLeftBorderThicknessWhenHasStatein SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getHeightForState
- Angegeben von:
getHeightForStatein SchnittstelleISizeStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getLeftPaddingWhenHasState
- Angegeben von:
getLeftPaddingWhenHasStatein SchnittstelleIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getRightBorderColorWhenHasState
- Angegeben von:
getRightBorderColorWhenHasStatein SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getRightBorderThicknessWhenHasState
- Angegeben von:
getRightBorderThicknessWhenHasStatein SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getRightPaddingWhenHasState
- Angegeben von:
getRightPaddingWhenHasStatein SchnittstelleIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getTopBorderColorWhenHasState
- Angegeben von:
getTopBorderColorWhenHasStatein SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getTopBorderThicknessWhenHasState
- Angegeben von:
getTopBorderThicknessWhenHasStatein SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getTopPaddingWhenHasState
- Angegeben von:
getTopPaddingWhenHasStatein SchnittstelleIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getWidthForState
- Angegeben von:
getWidthForStatein SchnittstelleISizeStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomBackgrounds
public final void removeCustomBackgrounds()- Angegeben von:
removeCustomBackgroundsin SchnittstelleIBackgroundStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomBorderColors
public final void removeCustomBorderColors()- Angegeben von:
removeCustomBorderColorsin SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomBorderThicknesses
public final void removeCustomBorderThicknesses()- Angegeben von:
removeCustomBorderThicknessesin SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomBottomBorderColors
public final void removeCustomBottomBorderColors()- Angegeben von:
removeCustomBottomBorderColorsin SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomBottomBorderThicknesses
public final void removeCustomBottomBorderThicknesses()- Angegeben von:
removeCustomBottomBorderThicknessesin SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomBottomPaddings
public final void removeCustomBottomPaddings()- Angegeben von:
removeCustomBottomPaddingsin SchnittstelleIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomCornerRadiuses
public final void removeCustomCornerRadiuses()- Angegeben von:
removeCustomCornerRadiusesin SchnittstelleICornerStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomCornerShadows
public final void removeCustomCornerShadows()- Angegeben von:
removeCustomCornerShadowsin SchnittstelleIShadowStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomHeights
public final void removeCustomHeights()- Angegeben von:
removeCustomHeightsin SchnittstelleISizeStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomLeftBorderColors
public final void removeCustomLeftBorderColors()- Angegeben von:
removeCustomLeftBorderColorsin SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomLeftBorderThicknesses
public final void removeCustomLeftBorderThicknesses()- Angegeben von:
removeCustomLeftBorderThicknessesin SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomLeftPaddings
public final void removeCustomLeftPaddings()- Angegeben von:
removeCustomLeftPaddingsin SchnittstelleIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomPaddings
public final void removeCustomPaddings()- Angegeben von:
removeCustomPaddingsin SchnittstelleIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomRightBorderColors
public final void removeCustomRightBorderColors()- Angegeben von:
removeCustomRightBorderColorsin SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomRightBorderThicknesses
public final void removeCustomRightBorderThicknesses()- Angegeben von:
removeCustomRightBorderThicknessesin SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomRightPaddings
public final void removeCustomRightPaddings()- Angegeben von:
removeCustomRightPaddingsin SchnittstelleIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomTopBorderColors
public final void removeCustomTopBorderColors()- Angegeben von:
removeCustomTopBorderColorsin SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomTopBorderThicknesses
public final void removeCustomTopBorderThicknesses()- Angegeben von:
removeCustomTopBorderThicknessesin SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomTopPaddings
public final void removeCustomTopPaddings()- Angegeben von:
removeCustomTopPaddingsin SchnittstelleIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomWidths
public final void removeCustomWidths()- Angegeben von:
removeCustomWidthsin SchnittstelleISizeStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetBackgroundColor
- Angegeben von:
forStateSetBackgroundColorin SchnittstelleIBackgroundStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetBackgroundColorGradient
public final S forStateSetBackgroundColorGradient(ControlState state, IColorGradient backgroundColorGradient) - Angegeben von:
forStateSetBackgroundColorGradientin SchnittstelleIBackgroundStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetBackground
- Angegeben von:
forStateSetBackgroundin SchnittstelleIBackgroundStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetBackgroundImage
public final S forStateSetBackgroundImage(ControlState state, IImage backgroundImage, ImageApplication imageApplication) - Angegeben von:
forStateSetBackgroundImagein SchnittstelleIBackgroundStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetBorderColor
- Angegeben von:
forStateSetBorderColorin SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetBorderThickness
- Angegeben von:
forStateSetBorderThicknessin SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetBottomBorderColor
- Angegeben von:
forStateSetBottomBorderColorin SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetBottomBorderThickness
- Angegeben von:
forStateSetBottomBorderThicknessin SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetBottomPadding
- Angegeben von:
forStateSetBottomPaddingin SchnittstelleIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetCornerRadius
- Angegeben von:
forStateSetCornerRadiusin SchnittstelleICornerStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetCornerShadow
public final S forStateSetCornerShadow(ControlState state, ICornerShadow cornerShadow, ICornerShadow... cornerShadows) - Angegeben von:
forStateSetCornerShadowin SchnittstelleIShadowStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetCornerShadows
public final S forStateSetCornerShadows(ControlState state, IContainer<? extends ICornerShadow> cornerShadows) - Angegeben von:
forStateSetCornerShadowsin SchnittstelleIShadowStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetHeight
- Angegeben von:
forStateSetHeightin SchnittstelleISizeStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetHeightInPercentOfViewArea
public final S forStateSetHeightInPercentOfViewArea(ControlState state, double heightInPercentOfViewAreaHeight) - Angegeben von:
forStateSetHeightInPercentOfViewAreain SchnittstelleISizeStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetLeftBorderColor
- Angegeben von:
forStateSetLeftBorderColorin SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetLeftBorderThickness
- Angegeben von:
forStateSetLeftBorderThicknessin SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetLeftPadding
- Angegeben von:
forStateSetLeftPaddingin SchnittstelleIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetPadding
- Angegeben von:
forStateSetPaddingin SchnittstelleIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetRightBorderColor
- Angegeben von:
forStateSetRightBorderColorin SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetRightBorderThickness
- Angegeben von:
forStateSetRightBorderThicknessin SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetRightPadding
- Angegeben von:
forStateSetRightPaddingin SchnittstelleIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetTopBorderColor
- Angegeben von:
forStateSetTopBorderColorin SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetTopBorderThickness
- Angegeben von:
forStateSetTopBorderThicknessin SchnittstelleIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetTopPadding
- Angegeben von:
forStateSetTopPaddingin SchnittstelleIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetWidth
- Angegeben von:
forStateSetWidthin SchnittstelleISizeStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetWidthInPercentOfViewAreaWidth
public final S forStateSetWidthInPercentOfViewAreaWidth(ControlState state, double widthInPercentOfViewAreaWidth) - Angegeben von:
forStateSetWidthInPercentOfViewAreaWidthin SchnittstelleISizeStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
addChild
- Angegeben von:
addChildin SchnittstelleIControlBaseStyle<C extends IControlBaseStyle<C>>
-
definesTextLineDecorationForState
- Angegeben von:
definesTextLineDecorationForStatein SchnittstelleIControlBaseStyle<C extends IControlBaseStyle<C>>
-
getBoldTextFlagWhenHasState
- Angegeben von:
getBoldTextFlagWhenHasStatein SchnittstelleIControlBaseStyle<C extends IControlBaseStyle<C>>
-
getFontWhenHasState
- Angegeben von:
getFontWhenHasStatein SchnittstelleIControlBaseStyle<C extends IControlBaseStyle<C>>
-
getOpacityWhenHasState
- Angegeben von:
getOpacityWhenHasStatein SchnittstelleIControlBaseStyle<C extends IControlBaseStyle<C>>
-
getTextColorWhenHasState
- Angegeben von:
getTextColorWhenHasStatein SchnittstelleIControlBaseStyle<C extends IControlBaseStyle<C>>
-
getTextLineDecorationWhenHasState
- Angegeben von:
getTextLineDecorationWhenHasStatein SchnittstelleIControlBaseStyle<C extends IControlBaseStyle<C>>
-
getTextSizeWhenHasState
- Angegeben von:
getTextSizeWhenHasStatein SchnittstelleIControlBaseStyle<C extends IControlBaseStyle<C>>
-
removeCustomBoldTextFlags
public final void removeCustomBoldTextFlags()- Angegeben von:
removeCustomBoldTextFlagsin SchnittstelleIControlBaseStyle<C extends IControlBaseStyle<C>>
-
removeCustomFonts
public final void removeCustomFonts()- Angegeben von:
removeCustomFontsin SchnittstelleIControlBaseStyle<C extends IControlBaseStyle<C>>
-
removeCustomOpacities
public final void removeCustomOpacities()- Angegeben von:
removeCustomOpacitiesin SchnittstelleIControlBaseStyle<C extends IControlBaseStyle<C>>
-
removeCustomTextColors
public final void removeCustomTextColors()- Angegeben von:
removeCustomTextColorsin SchnittstelleIControlBaseStyle<C extends IControlBaseStyle<C>>
-
removeCustomTextLineDecorations
public void removeCustomTextLineDecorations()- Angegeben von:
removeCustomTextLineDecorationsin SchnittstelleIControlBaseStyle<C extends IControlBaseStyle<C>>
-
removeCustomTextSizes
public final void removeCustomTextSizes()- Angegeben von:
removeCustomTextSizesin SchnittstelleIControlBaseStyle<C extends IControlBaseStyle<C>>
-
forStateSetBoldTextFlag
- Angegeben von:
forStateSetBoldTextFlagin SchnittstelleIControlBaseStyle<C extends IControlBaseStyle<C>>
-
forStateSetFont
- Angegeben von:
forStateSetFontin SchnittstelleIControlBaseStyle<C extends IControlBaseStyle<C>>
-
forStateSetOpacity
- Angegeben von:
forStateSetOpacityin SchnittstelleIControlBaseStyle<C extends IControlBaseStyle<C>>
-
forStateSetTextColor
- Angegeben von:
forStateSetTextColorin SchnittstelleIControlBaseStyle<C extends IControlBaseStyle<C>>
-
forStateSetTextLineDecoration
- Angegeben von:
forStateSetTextLineDecorationin SchnittstelleIControlBaseStyle<C extends IControlBaseStyle<C>>
-
forStateSetTextSize
- Angegeben von:
forStateSetTextSizein SchnittstelleIControlBaseStyle<C extends IControlBaseStyle<C>>
-