Interface IFontIconStyle

All Superinterfaces:
IGProp<GProp<?>[]>, IPropCnr
All Known Implementing Classes:
EditorFontIconDefinition, EditorFontIconsDefinition, FontIconDefinition, FontIconsDefinition

public interface IFontIconStyle extends IPropCnr
Style interface for font icons with styles.
Author:
Christopher Mindus
  • Field Details

  • Method Details

    • getStyleCSS

      default String getStyleCSS(int style)
      Returns the default CSS to use for the specific style for this font icon definition.
      Parameters:
      style - The style is one of FIS_* values.
      Returns:
      The CSS to use for the style, or null for default.
      Throws:
      IllegalArgumentException - If style is no 0-7.