@groovy.transform.ToString(includePackage: false, includeNames: true, includeSuper: true) class TreeStatePreference extends BasePreferenceSetting implements PreferenceSettingInterface
This holds the list of expanded rows from a tree. This is a simple list of string row IDs.
| Type | Name and description |
|---|---|
private java.lang.String |
expandedKeysThe list of expanded row keys (comma-delimited). |
| Constructor and description |
|---|
TreeStatePreference
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.String |
getKey()The key for this preference. |
Groovy Documentation