|
||||||||||
| 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.FastPublishActionListener
|
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 | |
|---|---|
static String |
defaultScvParam
|
| 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 | |
|---|---|
String |
addQuickEditDiv(String cssClass,
javax.jcr.Node viewNode)
This method will put the mandatory html code to manage QuickEdit mode |
String |
getAuthor(javax.jcr.Node node)
Gets the author. |
String |
getBackLink(String currentPath)
|
List<CategoryBean> |
getCategories()
|
List<CategoryBean> |
getCategories(boolean withChildren)
|
List<CategoryBean> |
getCategories(String primaryType)
|
List<CategoryBean> |
getCategories(String fullPath,
String primaryType,
int depth)
|
List<CategoryBean> |
getCategories(String fullPath,
String primaryType,
int depth,
boolean withChildren)
|
String |
getCategoryURL(javax.jcr.Node node)
Gets the uRL. |
String |
getContentIcon(javax.jcr.Node node)
Gets the content icon. |
String |
getCreatedDate(javax.jcr.Node node)
Gets the created date. |
List |
getCurrentPageData()
|
String |
getEditLink(javax.jcr.Node node,
boolean isEditable,
boolean isNew)
|
String |
getHeader()
|
String |
getIllustrativeImage(javax.jcr.Node node)
Gets the illustrative image. |
static String |
getInlineEditingField(javax.jcr.Node orgNode,
String propertyName,
String defaultValue,
String inputType,
String idGenerator,
String cssClass,
boolean isGenericProperty,
String... arguments)
|
String |
getModifiedDate(javax.jcr.Node node)
Gets the modified date. |
String |
getRssLink()
Gets the rss link. |
String |
getSummary(javax.jcr.Node node)
Gets the summary. |
String |
getSummaryField(javax.jcr.Node node)
|
String |
getTagHtmlStyle(long tagCount)
|
String |
getTemplate()
|
org.exoplatform.resolver.ResourceResolver |
getTemplateResourceResolver(org.exoplatform.webui.application.WebuiRequestContext context,
String template)
|
String |
getTitle(javax.jcr.Node node)
Gets the title. |
org.exoplatform.webui.core.UIPageIterator |
getUIPageIterator()
|
String |
getURL(javax.jcr.Node node)
Gets the uRL. |
String |
getWebdavURL(javax.jcr.Node node)
Gets the webdav url. |
void |
init(org.exoplatform.resolver.ResourceResolver resourceResolver,
org.exoplatform.commons.utils.PageList dataPageList)
Init portlet information. |
boolean |
isShowEdit(javax.jcr.Node node)
|
boolean |
isShowField(String field)
Checks if is show field. |
boolean |
isShowRssLink()
|
void |
setDateTimeFormat(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, setAccessPermissions, setFactoryId, setHeight, setModifiable, setName, 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 |
| Field Detail |
|---|
public static final String defaultScvParam
| Constructor Detail |
|---|
public UICLVPresentation()
| Method Detail |
|---|
public void init(org.exoplatform.resolver.ResourceResolver resourceResolver,
org.exoplatform.commons.utils.PageList dataPageList)
throws Exception
resourceResolver - the resource resolverdataPageList - the data page list
Exception - the exception
public List<CategoryBean> getCategories()
throws Exception
Exception
public List<CategoryBean> getCategories(String primaryType)
throws Exception
Exception
public List<CategoryBean> getCategories(boolean withChildren)
throws Exception
Exception
public List<CategoryBean> getCategories(String fullPath,
String primaryType,
int depth)
throws Exception
Exception
public List<CategoryBean> getCategories(String fullPath,
String primaryType,
int depth,
boolean withChildren)
throws Exception
Exception
public String getTagHtmlStyle(long tagCount)
throws Exception
Exception
public String getCategoryURL(javax.jcr.Node node)
throws Exception
node - the node
Exception - the exceptionpublic boolean isShowField(String field)
field - the field
public boolean showPaginator()
throws Exception
Exception - the exceptionpublic String getTemplate()
getTemplate in class org.exoplatform.portal.webui.portal.UIPortalComponent
public org.exoplatform.resolver.ResourceResolver getTemplateResourceResolver(org.exoplatform.webui.application.WebuiRequestContext context,
String template)
getTemplateResourceResolver in class org.exoplatform.webui.core.UIComponent
public String getTitle(javax.jcr.Node node)
throws Exception
node - the node
Exception - the exception
public String getSummary(javax.jcr.Node node)
throws Exception
node - the node
Exception - the exception
public static String getInlineEditingField(javax.jcr.Node orgNode,
String propertyName,
String defaultValue,
String inputType,
String idGenerator,
String cssClass,
boolean isGenericProperty,
String... arguments)
throws Exception
Exception
public String getSummaryField(javax.jcr.Node node)
throws Exception
Exception
public String getURL(javax.jcr.Node node)
throws Exception
node - the node
Exception - the exception
public String getWebdavURL(javax.jcr.Node node)
throws Exception
node - the node
Exception - the exception
public String getAuthor(javax.jcr.Node node)
throws Exception
node - the node
Exception - the exception
public String getCreatedDate(javax.jcr.Node node)
throws Exception
node - the node
Exception - the exception
public String getModifiedDate(javax.jcr.Node node)
throws Exception
node - the node
Exception - the exceptionpublic String getContentIcon(javax.jcr.Node node)
node - the node
public String getHeader()
public org.exoplatform.webui.core.UIPageIterator getUIPageIterator()
public List getCurrentPageData()
throws Exception
Exceptionpublic void setDateTimeFormat(String format)
public String getEditLink(javax.jcr.Node node,
boolean isEditable,
boolean isNew)
public boolean isShowEdit(javax.jcr.Node node)
public String getIllustrativeImage(javax.jcr.Node node)
node - the node
public boolean isShowRssLink()
public String getRssLink()
public String addQuickEditDiv(String cssClass,
javax.jcr.Node viewNode)
throws Exception
cssClass - viewNode -
Exceptionpublic String getBackLink(String currentPath)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||