org.opencms.jsp
Class CmsContainerJsonKeys

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

public final class CmsContainerJsonKeys
extends Object

JSON keys used for creating Javascript objects representing containers.

Since:
8.0.0

Field Summary
static String DETAILVIEW
          Key 'isDetailView' used within the JSON representation of a container object.
static String ELEMENTS
          Key 'elements' used within the JSON representation of a container object.
static String MAXELEMENTS
          Key 'maxElements' used within the JSON representation of a container object.
static String NAME
          Key 'name' used within the JSON representation of a container object.
static String TYPE
          Key 'type' used within the JSON representation of a container object.
static 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

DETAILVIEW

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

See Also:
Constant Field Values

ELEMENTS

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

See Also:
Constant Field Values

MAXELEMENTS

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

See Also:
Constant Field Values

NAME

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

See Also:
Constant Field Values

TYPE

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

See Also:
Constant Field Values

WIDTH

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

See Also:
Constant Field Values