| Modifier and Type | Optional Element and Description | 
|---|---|
| boolean | collapsedDeprecated. 
 not supported | 
| int | columnOptional - only required if you want to place a group in a column other than the "main" column
 Specify which column that the group should be placed into. | 
| String | nameSpecify a GUI group name | 
| int | orderOptional - only required if you want to order the appearance of groups in the UI
 Specify an order for this group. | 
| String | tooltipOptional - only required if you want to provide help text for this group
 On the form for this entity, this will show a question
 mark icon next to the group title. | 
| boolean | untitledOptional - only required if you want to remove the group's border
 This only applies to groups that are in the "main" column. | 
public abstract String name
public abstract int order
public abstract int column
public abstract boolean untitled
public abstract String tooltip
Copyright © 2020. All rights reserved.