|
||||||||||
| 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.DeleteContentActionListener
|
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 |
addQuickEditDiv(java.lang.String cssClass,
javax.jcr.Node viewNode)
This method will put the mandatory html code to manage QuickEdit mode |
java.lang.String |
getAuthor(javax.jcr.Node node)
Gets the author. |
java.util.List<CategoryBean> |
getCategories()
|
java.util.List<CategoryBean> |
getCategories(java.lang.String primaryType)
|
java.util.List<CategoryBean> |
getCategories(java.lang.String fullPath,
java.lang.String primaryType,
int depth)
|
java.lang.String |
getCategoryURL(javax.jcr.Node node)
Gets the uRL. |
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 |
getEditLink(javax.jcr.Node node,
boolean isEditable,
boolean isNew)
|
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 |
getRssLink()
Gets the rss link. |
java.lang.String |
getSummary(javax.jcr.Node node)
Gets the summary. |
java.lang.String |
getTagHtmlStyle(long tagCount)
|
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(org.exoplatform.resolver.ResourceResolver resourceResolver,
org.exoplatform.commons.utils.PageList dataPageList)
Inits the. |
boolean |
isShowEdit(javax.jcr.Node node)
|
boolean |
isShowField(java.lang.String field)
Checks if is show field. |
boolean |
isShowRssLink()
|
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, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, renderEventURL, 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(org.exoplatform.resolver.ResourceResolver resourceResolver,
org.exoplatform.commons.utils.PageList dataPageList)
throws java.lang.Exception
resourceResolver - the resource resolverdataPageList - the data page list
java.lang.Exception - the exception
public java.util.List<CategoryBean> getCategories()
throws java.lang.Exception
java.lang.Exception
public java.util.List<CategoryBean> getCategories(java.lang.String primaryType)
throws java.lang.Exception
java.lang.Exception
public java.util.List<CategoryBean> getCategories(java.lang.String fullPath,
java.lang.String primaryType,
int depth)
throws java.lang.Exception
java.lang.Exception
public java.lang.String getTagHtmlStyle(long tagCount)
throws java.lang.Exception
java.lang.Exception
public java.lang.String getCategoryURL(javax.jcr.Node node)
throws java.lang.Exception
node - the node
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 getEditLink(javax.jcr.Node node,
boolean isEditable,
boolean isNew)
public boolean isShowEdit(javax.jcr.Node node)
public java.lang.String getIllustrativeImage(javax.jcr.Node node)
node - the node
public boolean isShowRssLink()
public java.lang.String getRssLink()
public java.lang.String addQuickEditDiv(java.lang.String cssClass,
javax.jcr.Node viewNode)
throws java.lang.Exception
cssClass - viewNode -
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||