Modifier and Type | Optional Element and Description |
---|---|
boolean |
collapsed
Optional - only required if you want to control the initial collapsed state of the group
Specify whether a group is collapsed by default in the admin UI.
|
int |
column
Optional - 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 |
name
Specify a GUI group name
|
int |
order
Optional - only required if you want to order the appearance of groups in the UI
Specify an order for this group.
|
String |
tooltip
Optional - 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 |
untitled
Optional - 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 © 2022. All rights reserved.