|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.opencms.workplace.list.CmsListOrderEnum
Wrapper class for the different types of table cell horizontal alignments.
The possibles values are:
| Field Summary | |
static CmsListOrderEnum |
ORDER_ASCENDING
Constant for ascending ordering. |
static CmsListOrderEnum |
ORDER_DESCENDING
Constant for descending ordering. |
static CmsListOrderEnum |
ORDER_NONE
Constant for none ordering. |
static List |
VALUES
List of ordering constants. |
| Method Summary | |
String |
getOrder()
Returns the order string. |
String |
toString()
|
static CmsListOrderEnum |
valueOf(String value)
Parses an string into an element of this enumeration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final CmsListOrderEnum ORDER_ASCENDING
public static final CmsListOrderEnum ORDER_DESCENDING
public static final CmsListOrderEnum ORDER_NONE
public static final List VALUES
| Method Detail |
public static CmsListOrderEnum valueOf(String value)
throws CmsIllegalArgumentException
value - the align to parse
CmsIllegalArgumentException - if the given value could not be matched against a
CmsListColumnAlignEnum type.public String getOrder()
public String toString()
Object.toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||