|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.tacos.ajax.components.palette.SortMode
public class SortMode
Defines different sorting strategies for the Palette
component.
Field Summary | |
---|---|
static String |
LABEL
Options should be sorted by their label. |
static String |
NONE
Sorting is not relevant and no sort controls should be visible. |
static 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 String |
VALUE
Options should be sorted by thier value. |
Constructor Summary | |
---|---|
SortMode()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NONE
public static final String LABEL
public static final String VALUE
public static final String USER
Constructor Detail |
---|
public SortMode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |