|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsContainer
Interface representing the container methods to be used by overlay type CmsContainerJso and other types.
| Field Summary | |
|---|---|
static java.lang.String |
JSONKEY_ELEMENTS
Key 'elements' used within the JSON representation of a container object. |
static java.lang.String |
JSONKEY_MAXELEMENTS
Key 'maxElements' used within the JSON representation of a container object. |
static java.lang.String |
JSONKEY_NAME
Key 'name' used within the JSON representation of a container object. |
static java.lang.String |
JSONKEY_TYPE
Key 'type' used within the JSON representation of a container object. |
| Method Summary | |
|---|---|
java.lang.String[] |
getElements()
Returns the elements client id's contained in this container. |
int |
getMaxElements()
Returns the maximum number of elements allowed in this container. |
java.lang.String |
getName()
Returns the container name, also used as HTML-id for the container DOM-element. |
java.lang.String |
getType()
Returns the container type. |
int |
getWidth()
Returns the width of the container. |
boolean |
isDetailView()
Returns true if this container is used for the detail view. |
void |
setElements(java.lang.String[] elements)
Sets the elements contained in this container. |
| Field Detail |
|---|
static final java.lang.String JSONKEY_ELEMENTS
static final java.lang.String JSONKEY_MAXELEMENTS
static final java.lang.String JSONKEY_NAME
static final java.lang.String JSONKEY_TYPE
| Method Detail |
|---|
java.lang.String[] getElements()
int getMaxElements()
java.lang.String getName()
java.lang.String getType()
int getWidth()
boolean isDetailView()
void setElements(java.lang.String[] elements)
elements - the elements
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||