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>
  • Methodendetails

    • addChild

      <CS2 extends IControlHeadStyle<CS2>> void addChild(CS2 controlStyle)
    • getBoldTextFlagWhenHasState

      boolean getBoldTextFlagWhenHasState(ControlState state)
    • getFontWhenHasState

      Font getFontWhenHasState(ControlState state)
    • getOpacityWhenHasState

      double getOpacityWhenHasState(ControlState state)
    • getTextColorWhenHasState

      IColor getTextColorWhenHasState(ControlState state)
    • getTextSizeWhenHasState

      int getTextSizeWhenHasState(ControlState state)
    • removeCustomBoldTextFlags

      void removeCustomBoldTextFlags()
    • removeCustomFonts

      void removeCustomFonts()
    • removeCustomOpacities

      void removeCustomOpacities()
    • removeCustomTextColors

      void removeCustomTextColors()
    • removeCustomTextSizes

      void removeCustomTextSizes()
    • setBoldTextFlagForState

      CS setBoldTextFlagForState(ControlState state, boolean boldTextFlag)
    • setFontForState

      CS setFontForState(ControlState state, Font font)
    • setOpacityForState

      CS setOpacityForState(ControlState state, double opacity)
    • setTextColorForState

      CS setTextColorForState(ControlState state, IColor textColor)
    • setTextSizeForState

      CS setTextSizeForState(ControlState state, int textSize)