public static enum TreeModel.Grouping extends Enum<TreeModel.Grouping> implements Property<Enum<TreeModel.Grouping>>
| Enum Constant and Description |
|---|
GROUPED
Grouped by node type, each node type is grouped ascending according to
concatenated cell values.
|
INTERLEAVED_ASCENDING
Grouped ascending to concatenated cell values without regard to node type.
|
INTERLEAVED_DESCENDING
Grouped descending to concatenated cell values without regard to node type.
|
NONE
No grouping.
|
| Modifier and Type | Field and Description |
|---|---|
static TreeModel.Grouping |
DEFAULT
The default grouping mode is GROUPED
|
| Modifier and Type | Method and Description |
|---|---|
Enum<TreeModel.Grouping> |
getDefaultValue()
Get the default value of the property.
|
String |
toString() |
static TreeModel.Grouping |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeModel.Grouping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TreeModel.Grouping NONE
public static final TreeModel.Grouping GROUPED
public static final TreeModel.Grouping INTERLEAVED_ASCENDING
public static final TreeModel.Grouping INTERLEAVED_DESCENDING
public static final TreeModel.Grouping DEFAULT
public static TreeModel.Grouping[] values()
for (TreeModel.Grouping c : TreeModel.Grouping.values()) System.out.println(c);
public static TreeModel.Grouping valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Enum<TreeModel.Grouping> getDefaultValue()
Propertynull.getDefaultValue in interface Property<Enum<TreeModel.Grouping>>null if no default
exist.public String toString()
toString in class Enum<TreeModel.Grouping>Copyright © 2006–2020 Esito AS. All rights reserved.