public interface I_CmsContainer
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
isDetailOnly()
Returns
true if the container is displayed in detail view only. |
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.
|
java.lang.String[] getElements()
int getMaxElements()
java.lang.String getName()
java.lang.String getType()
int getWidth()
boolean isDetailOnly()
true if the container is displayed in detail view only.true if the container is displayed in detail view onlyboolean isDetailView()
true if this container is used for the detail view.true if this is a detail view containervoid setElements(java.lang.String[] elements)
elements - the elements