Annotation Interface AdminTabPresentation
- Author:
- ckittrell
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThese AdminGroupPresentation items define each group that will be displayed within the tab of the entity's EntityForm.Specify a GUI tab nameint
Optional - only required if you want to order the appearance of tabs in the UI
-
Element Details
-
groups
AdminGroupPresentation[] groupsThese 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 nameSpecify a GUI tab name- Returns:
- the tab name
- Default:
- "General"
-
order
int orderOptional - only required if you want to order the appearance of tabs in the UISpecify 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
-