|
||||||
| 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 java.util.List |
VALUES
List of ordering constants. |
| Method Summary | |
|---|---|
java.lang.String |
getStyle()
Returns the style string. |
java.lang.String |
toString()
|
static CmsHtmlIconButtonStyleEnum |
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 CmsHtmlIconButtonStyleEnum BIG_ICON_TEXT
public static final CmsHtmlIconButtonStyleEnum SMALL_ICON_ONLY
public static final CmsHtmlIconButtonStyleEnum SMALL_ICON_TEXT
public static final java.util.List VALUES
| Method Detail |
|---|
public static CmsHtmlIconButtonStyleEnum valueOf(java.lang.String value)
throws CmsIllegalArgumentException
value - the style to parse
CmsIllegalArgumentException - if the given instance for the argument is not foundpublic java.lang.String getStyle()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||