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_CmsContainer
getElements
在接口中 I_CmsContainer
I_CmsContainer.getElements()
public final int getMaxElements()
I_CmsContainer
getMaxElements
在接口中 I_CmsContainer
I_CmsContainer.getMaxElements()
public final java.lang.String getName()
I_CmsContainer
getName
在接口中 I_CmsContainer
I_CmsContainer.getName()
public final java.lang.String getType()
I_CmsContainer
getType
在接口中 I_CmsContainer
I_CmsContainer.getType()
public final int getWidth()
I_CmsContainer
getWidth
在接口中 I_CmsContainer
I_CmsContainer.getWidth()
public final boolean isDetailOnly()
I_CmsContainer
true
if the container is displayed in detail view only.isDetailOnly
在接口中 I_CmsContainer
true
if the container is displayed in detail view onlyI_CmsContainer.isDetailOnly()
public final boolean isDetailView()
I_CmsContainer
true
if this container is used for the detail view.isDetailView
在接口中 I_CmsContainer
true
if this is a detail view containerI_CmsContainer.isDetailView()
public final void setElements(java.lang.String[] elements)
I_CmsContainer
setElements
在接口中 I_CmsContainer
elements
- the elementsI_CmsContainer.setElements(java.lang.String[])