public class CmsContainerJso extends com.google.gwt.core.client.JavaScriptObject implements I_CmsContainer
| 限定符 | 构造器和说明 |
|---|---|
protected |
CmsContainerJso()
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.gwt.core.client.JsArray<CmsContainerJso> |
getContainers()
Returns the containers of the page.
|
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.
|
protected CmsContainerJso()
public static final com.google.gwt.core.client.JsArray<CmsContainerJso> getContainers()
public final java.lang.String[] getElements()
I_CmsContainergetElements 在接口中 I_CmsContainerI_CmsContainer.getElements()public final int getMaxElements()
I_CmsContainergetMaxElements 在接口中 I_CmsContainerI_CmsContainer.getMaxElements()public final java.lang.String getName()
I_CmsContainergetName 在接口中 I_CmsContainerI_CmsContainer.getName()public final java.lang.String getType()
I_CmsContainergetType 在接口中 I_CmsContainerI_CmsContainer.getType()public final int getWidth()
I_CmsContainergetWidth 在接口中 I_CmsContainerI_CmsContainer.getWidth()public final boolean isDetailOnly()
I_CmsContainertrue if the container is displayed in detail view only.isDetailOnly 在接口中 I_CmsContainertrue if the container is displayed in detail view onlyI_CmsContainer.isDetailOnly()public final boolean isDetailView()
I_CmsContainertrue if this container is used for the detail view.isDetailView 在接口中 I_CmsContainertrue if this is a detail view containerI_CmsContainer.isDetailView()public final void setElements(java.lang.String[] elements)
I_CmsContainersetElements 在接口中 I_CmsContainerelements - the elementsI_CmsContainer.setElements(java.lang.String[])