Interface ComponentStyle.Option

  • All Superinterfaces:
    JSONItem
    Enclosing interface:
    ComponentStyle

    public static interface ComponentStyle.Option
    extends JSONItem
    define a selectable style option
    • Method Detail

      • getValue

        java.lang.String getValue()
        Returns the value of this option
        Returns:
        the value
      • getText

        java.lang.String getText()
        Returns the text of this option
        Returns:
        the text
      • getDescription

        java.lang.String getDescription()
        Returns the description of this option
        Returns:
        the option
      • getIcon

        java.lang.String getIcon()
        Returns the icon path of this option
        Returns:
        the icon path.