|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.lang.enum.Enum org.apache.tapestry.contrib.palette.SortMode
public class SortMode
Defines different sorting strategies for the Palette
component.
Field Summary | |
---|---|
static SortMode |
LABEL
Options should be sorted by their label. |
static SortMode |
NONE
Sorting is not relevant and no sort controls should be visible. |
static SortMode |
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 SortMode |
VALUE
Options should be sorted by thier value. |
Method Summary |
---|
Methods inherited from class org.apache.commons.lang.enum.Enum |
---|
compareTo, equals, getEnum, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final SortMode NONE
public static final SortMode LABEL
public static final SortMode VALUE
public static final SortMode USER
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |