|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.domain.DomainObject
com.arsdigita.domain.ObservableDomainObject
com.arsdigita.kernel.ACSObject
com.arsdigita.kernel.Resource
com.arsdigita.portal.Portal
com.arsdigita.portalserver.PortalTab
com.arsdigita.portalserver.SubPortalTab
A PortalTab
is a tool organizing content in a Portal.
A PortalTab includes logic for sorting and displaying portlets
in a specific layout manner.
This Class extends PortalTab and is aware of a another PortalTab
on the system that it relies on for part of its Portlets. It also
overrides the getPortlets() method, and the PortletCollection
returned is a union of its native Portlets plus the Portlets
that reside in locked tiles in the associated PortalTab.
Field Summary | |
static String |
BASE_DATA_OBJECT_TYPE
The type of the DataObject
that stands behind this DomainObject . |
Fields inherited from class com.arsdigita.portal.Portal |
versionId |
Fields inherited from class com.arsdigita.kernel.Resource |
CHILD_RESOURCE, DESCRIPTION, PARENT_RESOURCE, RESOURCE_TYPE, TIMESTAMP, TITLE |
Fields inherited from class com.arsdigita.kernel.ACSObject |
CONTAINER, DEFAULT_DOMAIN_CLASS, DISPLAY_NAME, ID, OBJECT_TYPE |
Constructor Summary | |
SubPortalTab(com.arsdigita.persistence.DataObject dataObject)
|
Method Summary | |
static SubPortalTab |
createSubTab(String title)
|
static SubPortalTab |
createSubTab(String title,
com.arsdigita.kernel.Resource parent)
|
protected String |
getBaseDataObjectType()
|
com.arsdigita.portal.PortletCollection |
getPortlets()
|
PortalTab |
getSuperPortalTab()
|
void |
setSuperPortalTab(PortalTab ptab)
|
Methods inherited from class com.arsdigita.portalserver.PortalTab |
afterSave, beforeSave, createTab, createTab, doesTabExist, getLayout, getPortalSite, getSortKey, getTabsForPortalSite, getTitle, retrieveAllTabs, retrieveTab, retrieveTab, retrieveTab, setLayout, setPortalSite, setSortKey, setTitle |
Methods inherited from class com.arsdigita.portal.Portal |
addPortlet, clearPortlets, create, create, createTemplate, getPortletsForCell, isTemplate, movePortletToHead, movePortletToTail, retrieve, retrieve, retrieve, retrieveAll, setTemplate, swapPortletWithNext, swapPortletWithPrevious |
Methods inherited from class com.arsdigita.kernel.Resource |
createResource, createResource, getChildResources, getContainer, getContainingResource, getDescription, getDisplayName, getParentResource, getResourceType, getTimestamp, isContainerModified, retrieveAllResources, retrieveResource, retrieveResource, retrieveResource, setDescription, setParentResource, setResourceType |
Methods inherited from class com.arsdigita.kernel.ACSObject |
assertPrivilege, checkPrivilege, doCreateCheck, doWriteCheck, getDefaultDomainClass, getID, getSpecificObjectType, getSpecificOID, gimmeContainer, initialize, setID, setID |
Methods inherited from class com.arsdigita.domain.ObservableDomainObject |
addObserver, getObservers |
Methods inherited from class com.arsdigita.domain.DomainObject |
add, add, addToAssociation, afterDelete, beforeDelete, clear, delete, disconnect, equals, get, getObjectType, getOID, getSession, hashCode, isDeleted, isDisconnected, isModified, isNew, isPropertyModified, isValid, remove, remove, remove, removeFromAssociation, save, set, setAssociation, setAssociation, specializeDataObject, specializeDataObject, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String BASE_DATA_OBJECT_TYPE
DataObject
that stands behind this DomainObject
.
Constructor Detail |
public SubPortalTab(com.arsdigita.persistence.DataObject dataObject)
Method Detail |
protected String getBaseDataObjectType()
getBaseDataObjectType
in class PortalTab
public static SubPortalTab createSubTab(String title, com.arsdigita.kernel.Resource parent)
public static SubPortalTab createSubTab(String title)
public com.arsdigita.portal.PortletCollection getPortlets()
public void setSuperPortalTab(PortalTab ptab)
public PortalTab getSuperPortalTab()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |