| Modifier and Type | Optional Element and Description | 
|---|---|
| AdminGroupPresentation[] | groupsThese AdminGroupPresentation items define each group that will be displayed within the tab
 of the entity's EntityForm. | 
| String | nameSpecify a GUI tab name | 
| int | orderOptional - only required if you want to order the appearance of tabs in the UI
 Specify an order for this tab. | 
public abstract AdminGroupPresentation[] groups
public abstract String name
public abstract int order
Copyright © 2020. All rights reserved.