|
|||||||
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 java.util.List |
VALUES
List of ordering constants. |
Method Summary | |
java.lang.String |
getOrder()
Returns the order string. |
java.lang.String |
toString()
|
static CmsListOrderEnum |
valueOf(java.lang.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 java.util.List VALUES
Method Detail |
public static CmsListOrderEnum valueOf(java.lang.String value) throws CmsIllegalArgumentException
value
- the align to parse
CmsIllegalArgumentException
- if the given value could not be matched against a
CmsListColumnAlignEnum
type.public java.lang.String getOrder()
public java.lang.String toString()
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |