|
||||||||||
| 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.clv.UICLVPresentation
public class UICLVPresentation
The Class UICLVPresentation.
| Nested Class Summary | |
|---|---|
static class |
UICLVPresentation.EditContentActionListener
The listener interface for receiving editContentAction events. |
static class |
UICLVPresentation.RefreshActionListener
The listener interface for receiving refreshAction events. |
| Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer |
|---|
org.exoplatform.webui.core.UIContainer.SelectTabActionListener |
| Field Summary |
|---|
| 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 | |
|---|---|
UICLVPresentation()
Instantiates a new uICLV presentation. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthor(javax.jcr.Node node)
Gets the author. |
java.lang.String |
getContentIcon(javax.jcr.Node node)
Gets the content icon. |
java.lang.String |
getCreatedDate(javax.jcr.Node node)
Gets the created date. |
java.util.List |
getCurrentPageData()
|
java.lang.String |
getHeader()
|
java.lang.String |
getIllustrativeImage(javax.jcr.Node node)
Gets the illustrative image. |
java.lang.String |
getModifiedDate(javax.jcr.Node node)
Gets the modified date. |
java.lang.String |
getSummary(javax.jcr.Node node)
Gets the summary. |
java.lang.String |
getTemplate()
|
org.exoplatform.resolver.ResourceResolver |
getTemplateResourceResolver(org.exoplatform.webui.application.WebuiRequestContext context,
java.lang.String template)
|
java.lang.String |
getTitle(javax.jcr.Node node)
Gets the title. |
org.exoplatform.webui.core.UIPageIterator |
getUIPageIterator()
|
java.lang.String |
getURL(javax.jcr.Node node)
Gets the uRL. |
java.lang.String |
getWebdavURL(javax.jcr.Node node)
Gets the webdav url. |
void |
init(java.lang.String templatePath,
org.exoplatform.resolver.ResourceResolver resourceResolver,
org.exoplatform.commons.utils.PageList dataPageList)
Inits the. |
boolean |
isShowField(java.lang.String field)
Checks if is show field. |
void |
setDateTimeFormat(java.lang.String format)
|
boolean |
showPaginator()
Show paginator. |
| 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, 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, 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 |
| Constructor Detail |
|---|
public UICLVPresentation()
| Method Detail |
|---|
public void init(java.lang.String templatePath,
org.exoplatform.resolver.ResourceResolver resourceResolver,
org.exoplatform.commons.utils.PageList dataPageList)
throws java.lang.Exception
templatePath - the template pathresourceResolver - the resource resolverdataPageList - the data page list
java.lang.Exception - the exceptionpublic boolean isShowField(java.lang.String field)
field - the field
public boolean showPaginator()
throws java.lang.Exception
java.lang.Exception - the exceptionpublic java.lang.String getTemplate()
getTemplate in class org.exoplatform.portal.webui.portal.UIPortalComponent
public org.exoplatform.resolver.ResourceResolver getTemplateResourceResolver(org.exoplatform.webui.application.WebuiRequestContext context,
java.lang.String template)
getTemplateResourceResolver in class org.exoplatform.webui.core.UIComponent
public java.lang.String getTitle(javax.jcr.Node node)
throws java.lang.Exception
node - the node
java.lang.Exception - the exception
public java.lang.String getSummary(javax.jcr.Node node)
throws java.lang.Exception
node - the node
java.lang.Exception - the exception
public java.lang.String getURL(javax.jcr.Node node)
throws java.lang.Exception
node - the node
java.lang.Exception - the exception
public java.lang.String getWebdavURL(javax.jcr.Node node)
throws java.lang.Exception
node - the node
java.lang.Exception - the exception
public java.lang.String getAuthor(javax.jcr.Node node)
throws java.lang.Exception
node - the node
java.lang.Exception - the exception
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 getModifiedDate(javax.jcr.Node node)
throws java.lang.Exception
node - the node
java.lang.Exception - the exceptionpublic java.lang.String getContentIcon(javax.jcr.Node node)
node - the node
public java.lang.String getHeader()
public org.exoplatform.webui.core.UIPageIterator getUIPageIterator()
public java.util.List getCurrentPageData()
throws java.lang.Exception
java.lang.Exceptionpublic void setDateTimeFormat(java.lang.String format)
public java.lang.String getIllustrativeImage(javax.jcr.Node node)
node - the node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||