程序包 | 说明 |
---|---|
org.opencms.ade.containerpage.client.ui | |
org.opencms.ade.containerpage.shared | |
org.opencms.xml.containerpage |
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
|
限定符和类型 | 方法和说明 |
---|---|
CmsInheritanceInfo |
CmsContainerPageElementPanel.getInheritanceInfo()
Returns the inheritance info for this element.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsContainerPageElementPanel.setInheritanceInfo(CmsInheritanceInfo inheritanceInfo)
Sets the inheritance info for this element.
|
限定符和类型 | 方法和说明 |
---|---|
CmsInheritanceInfo |
CmsContainerElement.getInheritanceInfo()
Returns the inheritance info for this element.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsInheritanceInfo> |
CmsContainerElementData.getInheritanceInfos()
Returns the inheritance infos off all sub-items.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsContainerElement.setInheritanceInfo(CmsInheritanceInfo inheritanceInfo)
Sets the inheritance info for this element.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsContainerElementData.setInheritanceInfos(java.util.List<CmsInheritanceInfo> inheritanceInfos)
Sets the inheritance infos.
|
限定符和类型 | 方法和说明 |
---|---|
CmsInheritanceInfo |
CmsContainerElementBean.getInheritanceInfo()
Returns the inheritance info.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsContainerElementBean.setInheritanceInfo(CmsInheritanceInfo inheritanceInfo)
Sets the inheritance info for this element.
|