|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opencms.workplace.tools.CmsHtmlIconButtonStyleEnum
public final class CmsHtmlIconButtonStyleEnum
Wrapper class for the different style of icon buttons.
The possibles values are:
| Field Summary | |
|---|---|
static CmsHtmlIconButtonStyleEnum |
BIG_ICON_TEXT
Constant for ascending ordering. |
static CmsHtmlIconButtonStyleEnum |
SMALL_ICON_ONLY
Constant for none ordering. |
static CmsHtmlIconButtonStyleEnum |
SMALL_ICON_TEXT
Constant for descending ordering. |
static List |
VALUES
List of ordering constants. |
| Method Summary | |
|---|---|
String |
getStyle()
Returns the style string. |
String |
toString()
|
static CmsHtmlIconButtonStyleEnum |
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 CmsHtmlIconButtonStyleEnum BIG_ICON_TEXT
public static final CmsHtmlIconButtonStyleEnum SMALL_ICON_ONLY
public static final CmsHtmlIconButtonStyleEnum SMALL_ICON_TEXT
public static final List VALUES
| Method Detail |
|---|
public static CmsHtmlIconButtonStyleEnum valueOf(String value)
throws CmsIllegalArgumentException
value - the style to parse
CmsIllegalArgumentException - if the given instance for the argument is not foundpublic String getStyle()
public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||