org.opencms.jsp
Class CmsContainerJsonKeys

java.lang.Object
  extended by org.opencms.jsp.CmsContainerJsonKeys

public final class CmsContainerJsonKeys
extends java.lang.Object

JSON keys used for creating Javascript objects representing containers.

Since:
8.0.0

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

ELEMENTS

public static final java.lang.String ELEMENTS
Key 'elements' used within the JSON representation of a container object.

See Also:
Constant Field Values

MAXELEMENTS

public static final java.lang.String MAXELEMENTS
Key 'maxElements' used within the JSON representation of a container object.

See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
Key 'name' used within the JSON representation of a container object.

See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
Key 'type' used within the JSON representation of a container object.

See Also:
Constant Field Values

WIDTH

public static final java.lang.String WIDTH
Key 'width' used within the JSON representation of a container object.

See Also:
Constant Field Values

DETAILVIEW

public static final java.lang.String DETAILVIEW
Key 'isDetailView' used within the JSON representation of a container object.

See Also:
Constant Field Values