Schnittstelle IControlHeadStyle<S extends IControlHeadStyle<S>>

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:
BaseComponentStyle, ButtonStyle, ControlStyle, DropdownMenuStyle, FloatContainerStyle, GridStyle, HorizontalStackStyle, ImageControlStyle, ItemMenuStyle, LabelStyle, LinearContainerStyle, LinkStyle, SingleContainerStyle, TextboxStyle, UploaderStyle, ValidationLabelStyle, VerticalStackStyle

public interface IControlHeadStyle<S extends IControlHeadStyle<S>> extends IMultiStateConfiguration<S,ControlState>
  • Methodendetails

    • addChild

      <S2 extends IControlHeadStyle<S2>> void addChild(S2 controlStyle)
    • definesTextLineDecorationForState

      boolean definesTextLineDecorationForState(ControlState state)
    • getBoldTextFlagWhenHasState

      boolean getBoldTextFlagWhenHasState(ControlState state)
    • getFontWhenHasState

      Font getFontWhenHasState(ControlState state)
    • getOpacityWhenHasState

      double getOpacityWhenHasState(ControlState state)
    • getTextColorWhenHasState

      IColor getTextColorWhenHasState(ControlState state)
    • getTextLineDecorationWhenHasState

      LineDecoration getTextLineDecorationWhenHasState(ControlState state)
    • getTextSizeWhenHasState

      int getTextSizeWhenHasState(ControlState state)
    • removeCustomBoldTextFlags

      void removeCustomBoldTextFlags()
    • removeCustomFonts

      void removeCustomFonts()
    • removeCustomOpacities

      void removeCustomOpacities()
    • removeCustomTextColors

      void removeCustomTextColors()
    • removeCustomTextLineDecorations

      void removeCustomTextLineDecorations()
    • removeCustomTextSizes

      void removeCustomTextSizes()
    • setBoldTextFlagForState

      S setBoldTextFlagForState(ControlState state, boolean boldTextFlag)
    • setFontForState

      S setFontForState(ControlState state, Font font)
    • setOpacityForState

      S setOpacityForState(ControlState state, double opacity)
    • setTextColorForState

      S setTextColorForState(ControlState state, IColor textColor)
    • setTextLineDecorationForState

      S setTextLineDecorationForState(ControlState state, LineDecoration textLineDecoration)
    • setTextSizeForState

      S setTextSizeForState(ControlState state, int textSize)