|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIContainer
org.exoplatform.portal.webui.portal.UIPortalComponent
org.exoplatform.portal.webui.container.UIContainer
org.exoplatform.wcm.webui.pcv.UIPCVContainer
public class UIPCVContainer
Created by The eXo Platform SAS Author : Phan Le Thanh Chuong chuong.phan@exoplatform.com, phan.le.thanh.chuong@gmail.com Nov 4, 2008
| Nested Class Summary | |
|---|---|
static class |
UIPCVContainer.EditActionListener
The listener interface for receiving quickEditAction events. |
static class |
UIPCVContainer.QuickEditActionListener
The listener interface for receiving quickEditAction events. |
| Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer |
|---|
org.exoplatform.webui.core.UIContainer.SelectTabActionListener |
| Field Summary | |
|---|---|
static java.lang.String |
PREFERENCE_REPOSITORY
The Constant PREFERENCE_REPOSITORY. |
| Fields inherited from class org.exoplatform.portal.webui.container.UIContainer |
|---|
description, icon, TABLE_COLUMN_CONTAINER |
| Fields inherited from class org.exoplatform.portal.webui.portal.UIPortalComponent |
|---|
COMPONENT_EDIT_MODE, COMPONENT_VIEW_MODE, factoryId, height_, mode_, name_, template_, width_ |
| Fields inherited from class org.exoplatform.webui.core.UIComponent |
|---|
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent |
| Constructor Summary | |
|---|---|
UIPCVContainer()
Instantiates a new uI content viewer container. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCreatedDate(javax.jcr.Node node)
Gets the created date. |
boolean |
getIsPrint()
Gets isPrint value that is used to display Print/Close
buttons and hide Back one if its' value is True. |
javax.jcr.Node |
getNode()
Gets the node. |
java.lang.String |
getRepository()
Gets the repository. |
java.lang.String |
getTitle(javax.jcr.Node node)
Gets the title. |
boolean |
isDraftRevision()
Gets the draft revision value. |
boolean |
isObsoletedContent()
Gets the draft obsolete value. |
boolean |
isShowBar()
Checks if is show date created. |
boolean |
isShowDateCreated()
Checks if is show date created. |
boolean |
isShowTitle()
Checks if is show title. |
void |
setDraftRevision(boolean isDraftRevision)
Sets the draft revision value. |
void |
setIsPrint(boolean isPrint)
Sets isPrint value that is used to display Print/Close
buttons and hide Back one if its' value is True. |
void |
setObsoletedContent(boolean isObsoletedContent)
Sets the draft obsolete value. |
void |
setRepository(java.lang.String repository)
Sets the repository. |
| Methods inherited from class org.exoplatform.portal.webui.container.UIContainer |
|---|
getDescription, getIcon, getStorageId, setDescription, setIcon, setStorageId |
| Methods inherited from class org.exoplatform.portal.webui.portal.UIPortalComponent |
|---|
getAccessPermissions, getFactoryId, getHeight, getName, getTemplate, getTitle, getWidth, hasPermission, isModifiable, isShowEditControl, setAccessPermissions, setFactoryId, setHeight, setModifiable, setName, setShowEditControl, setTemplate, setTitle, setWidth |
| Methods inherited from class org.exoplatform.webui.core.UIContainer |
|---|
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes |
| Methods inherited from class org.exoplatform.webui.core.UIComponent |
|---|
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getParent, getRendererFor, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, registerRendererFor, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PREFERENCE_REPOSITORY
| Constructor Detail |
|---|
public UIPCVContainer()
throws java.lang.Exception
java.lang.Exception - the exception| Method Detail |
|---|
public boolean isShowTitle()
public java.lang.String getTitle(javax.jcr.Node node)
throws java.lang.Exception
node - the node
java.lang.Exception - the exceptionpublic boolean isShowDateCreated()
public boolean isShowBar()
public java.lang.String getCreatedDate(javax.jcr.Node node)
throws java.lang.Exception
node - the node
java.lang.Exception - the exception
public java.lang.String getRepository()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryException - the repository exceptionpublic void setRepository(java.lang.String repository)
repository - the new repository
public javax.jcr.Node getNode()
throws java.lang.Exception
java.lang.Exception - the exceptionpublic boolean getIsPrint()
isPrint value that is used to display Print/Close
buttons and hide Back one if its' value is True. In
False case, the Back button will be shown only.
isPrintpublic void setIsPrint(boolean isPrint)
isPrint value that is used to display Print/Close
buttons and hide Back one if its' value is True. In
False case, the Back button will be shown only.
isPrint - the is printpublic boolean isDraftRevision()
isDraftRevisionpublic void setDraftRevision(boolean isDraftRevision)
isDraftRevision - the is draft revisionpublic boolean isObsoletedContent()
isDraftRevisionpublic void setObsoletedContent(boolean isObsoletedContent)
isObsoletedContent - the is obsoleted content
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||