Annotation Interface AdminTabPresentation


@Retention(RUNTIME) @Target(TYPE) public @interface AdminTabPresentation
Author:
ckittrell
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    These AdminGroupPresentation items define each group that will be displayed within the tab of the entity's EntityForm.
    Specify a GUI tab name
    int
    Optional - only required if you want to order the appearance of tabs in the UI
  • Element Details

    • groups

      These AdminGroupPresentation items define each group that will be displayed within the tab of the entity's EntityForm.
      Returns:
      the tabs for the entity's EntityForm
      Default:
      {}
    • name

      String name
      Specify a GUI tab name
      Returns:
      the tab name
      Default:
      "General"
    • order

      int order
      Optional - only required if you want to order the appearance of tabs in the UI

      Specify an order for this tab. Tabs will be sorted in the resulting form in ascending order based on this parameter.

      The default tab will render with an order of 100.

      Returns:
      the order for this tab
      Default:
      100