|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<CmsJspTagContainer.JsonContainer>
org.opencms.jsp.CmsJspTagContainer.JsonContainer
public static enum CmsJspTagContainer.JsonContainer
Json property name constants for containers.
| Enum Constant Summary | |
|---|---|
elements
The list of elements. |
|
isDetailView
Flag for the detail view container. |
|
maxElem
The max allowed number of elements in the container. |
|
name
The container name. |
|
type
The container type. |
|
width
The container width. |
|
| Method Summary | |
|---|---|
static CmsJspTagContainer.JsonContainer |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CmsJspTagContainer.JsonContainer[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CmsJspTagContainer.JsonContainer elements
public static final CmsJspTagContainer.JsonContainer isDetailView
public static final CmsJspTagContainer.JsonContainer maxElem
public static final CmsJspTagContainer.JsonContainer name
public static final CmsJspTagContainer.JsonContainer type
public static final CmsJspTagContainer.JsonContainer width
| Method Detail |
|---|
public static CmsJspTagContainer.JsonContainer[] values()
for (CmsJspTagContainer.JsonContainer c : CmsJspTagContainer.JsonContainer.values()) System.out.println(c);
public static CmsJspTagContainer.JsonContainer valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||