|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.jsp.CmsContainerJsonKeys
public final class CmsContainerJsonKeys
JSON keys used for creating Javascript objects representing containers.
Field Summary | |
---|---|
static java.lang.String |
DETAILVIEW
Key 'isDetailView' used within the JSON representation of a container object. |
static java.lang.String |
ELEMENTS
Key 'elements' used within the JSON representation of a container object. |
static java.lang.String |
MAXELEMENTS
Key 'maxElements' used within the JSON representation of a container object. |
static java.lang.String |
NAME
Key 'name' used within the JSON representation of a container object. |
static java.lang.String |
TYPE
Key 'type' used within the JSON representation of a container object. |
static java.lang.String |
WIDTH
Key 'width' used within the JSON representation of a container object. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ELEMENTS
public static final java.lang.String MAXELEMENTS
public static final java.lang.String NAME
public static final java.lang.String TYPE
public static final java.lang.String WIDTH
public static final java.lang.String DETAILVIEW
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |