Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LABEL
Options should be sorted by their label.
|
static java.lang.String |
NONE
Sorting is not relevant and no sort controls should be visible.
|
static java.lang.String |
USER
The user controls sort order; additional controls are added to allow the user to control the
order of options in the selected list.
|
static java.lang.String |
VALUE
Options should be sorted by thier value.
|
Constructor and Description |
---|
SortMode() |
public static final java.lang.String NONE
public static final java.lang.String LABEL
public static final java.lang.String VALUE
public static final java.lang.String USER
public SortMode()