Annotation Type EnumWidget

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String description
      Description text.
      boolean hidden
      Whether to hide enum constant.
      String icon
      Image icon to show for this item.
      int order
      Sequence number to order the option.
      String title
      Title for the UI.
    • Element Detail

      • title

        String title
        Title for the UI.
        Returns:
        the title
        Default:
        ""
      • description

        String description
        Description text.
        Returns:
        description text
        Default:
        ""
      • icon

        String icon
        Image icon to show for this item.
        Returns:
        icon name
        Default:
        ""
      • hidden

        boolean hidden
        Whether to hide enum constant.
        Returns:
        true if marked as hidden, default is false
        Default:
        false
      • order

        int order
        Sequence number to order the option.
        Returns:
        the sequence number
        Default:
        0