|
||||||||||
| 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.webui.form.UIForm
org.exoplatform.wcm.webui.pclv.UIPCLVForm
public class UIPCLVForm
Created by The eXo Platform SAS Author : eXoPlatform ngoc.tran@exoplatform.com Jun 23, 2009
| Nested Class Summary | |
|---|---|
static class |
UIPCLVForm.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.webui.form.UIForm |
|---|
ACTION, SUBCOMPONENT_ID |
| Fields inherited from class org.exoplatform.webui.core.UIComponent |
|---|
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent |
| Constructor Summary | |
|---|---|
UIPCLVForm()
Instantiates a new uIPCLV form. |
|
| Method Summary | |
|---|---|
java.lang.String |
generateLink(javax.jcr.Node node)
Generate link. |
java.lang.String |
getAutoDetection()
Gets the auto detection. |
java.lang.String |
getContentColumn()
Gets the content column. |
java.lang.String |
getCreatedDate(javax.jcr.Node node)
Gets the created date. |
java.util.List |
getCurrentPageData()
Gets the current page data. |
java.text.DateFormat |
getDateFormatter()
Gets the date formatter. |
java.text.DateFormat |
getDatetimeFommatter()
Gets the datetime fommatter. |
java.lang.String |
getHeader()
Gets the header. |
java.lang.String |
getIllustrativeImage(javax.jcr.Node node)
Gets the illustrative image. |
org.exoplatform.resolver.ResourceResolver |
getResourceResolver()
Gets the resource resolver. |
java.lang.String |
getRssLink()
Gets the rss link. |
java.lang.String |
getShowRSSLink()
Gets the show rss link. |
java.lang.String |
getSummary(javax.jcr.Node node)
Gets the summary. |
java.lang.String |
getTemplate()
|
java.lang.String |
getTemplatePath()
Gets the template path. |
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()
Gets the uI page iterator. |
UICustomizeablePaginator |
getUiPaginator()
Gets the ui paginator. |
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. |
boolean |
isShowHeader()
Checks if is show header. |
boolean |
isShowLink()
Checks if is show link. |
boolean |
isShowReadmore()
Checks if is show readmore. |
void |
setAutoDetection(java.lang.String autoDetection)
Sets the auto detection. |
void |
setContentColumn(java.lang.String contentColumn)
Sets the content column. |
void |
setDateFormatter(java.text.DateFormat dateFormatter)
Sets the date formatter. |
void |
setDateTimeFormat(java.lang.String format)
Sets the date time format. |
void |
setHeader(java.lang.String header)
Sets the header. |
void |
setResourceResolver(org.exoplatform.resolver.ResourceResolver resourceResolver)
Sets the resource resolver. |
void |
setRssLink(java.lang.String rssLink)
Sets the rss link. |
void |
setShowHeader(boolean showHeader)
Sets the show header. |
void |
setShowLink(boolean showLink)
Sets the show link. |
void |
setShowReadmore(boolean showReadmore)
Sets the show readmore. |
void |
setShowRSSLink(java.lang.String showRSSLink)
Sets the show rss link. |
void |
setTemplatePath(java.lang.String templatePath)
Sets the template path. |
void |
setUiPaginator(UICustomizeablePaginator uiPaginator)
Sets the ui paginator. |
boolean |
showPaginator()
Show paginator. |
boolean |
showReadMore()
Show rss link. |
boolean |
showRefreshButton()
Show refresh button. |
boolean |
showRSSLink()
Show rss link. |
| Methods inherited from class org.exoplatform.webui.form.UIForm |
|---|
addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, getLabel, getLabel, getSubmitAction, getUIComponentName, getUIFormCheckBoxInput, getUIFormDateTimeInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingBean, invokeSetBindingBean, isMultipart, processRender, renderField, renderField, reset, setActions, setMultiPart, setSubmitAction, url |
| 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, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, isRendered, loadConfirmMesssage, processAction, processDecode, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIPCLVForm()
| Method Detail |
|---|
public java.lang.String getRssLink()
public void setRssLink(java.lang.String rssLink)
rssLink - the new rss link
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 showRefreshButton()
public boolean showRSSLink()
public boolean showReadMore()
public boolean isShowField(java.lang.String field)
field - the field
public boolean showPaginator()
throws java.lang.Exception
java.lang.Exception - the exceptionpublic java.text.DateFormat getDatetimeFommatter()
public void setDateTimeFormat(java.lang.String format)
format - the new date time formatpublic org.exoplatform.webui.core.UIPageIterator getUIPageIterator()
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.util.List getCurrentPageData()
throws java.lang.Exception
java.lang.Exception - the exception
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 getCreatedDate(javax.jcr.Node node)
throws java.lang.Exception
node - the node
java.lang.Exception - the exception
public java.lang.String getIllustrativeImage(javax.jcr.Node node)
throws java.lang.Exception
node - the node
java.lang.Exception - the exception
public java.lang.String generateLink(javax.jcr.Node node)
throws java.lang.Exception
node - the node
java.lang.Exception - the exceptionpublic java.lang.String getTemplatePath()
public void setTemplatePath(java.lang.String templatePath)
templatePath - the new template pathpublic org.exoplatform.resolver.ResourceResolver getResourceResolver()
public void setResourceResolver(org.exoplatform.resolver.ResourceResolver resourceResolver)
resourceResolver - the new resource resolverpublic UICustomizeablePaginator getUiPaginator()
public void setUiPaginator(UICustomizeablePaginator uiPaginator)
uiPaginator - the new ui paginatorpublic java.lang.String getContentColumn()
public void setContentColumn(java.lang.String contentColumn)
contentColumn - the new content columnpublic boolean isShowLink()
public void setShowLink(boolean showLink)
showLink - the new show linkpublic boolean isShowHeader()
public void setShowHeader(boolean showHeader)
showHeader - the new show headerpublic boolean isShowReadmore()
public void setShowReadmore(boolean showReadmore)
showReadmore - the new show readmorepublic java.lang.String getHeader()
public void setHeader(java.lang.String header)
header - the new headerpublic java.text.DateFormat getDateFormatter()
public void setDateFormatter(java.text.DateFormat dateFormatter)
dateFormatter - the new date formatterpublic java.lang.String getAutoDetection()
public void setAutoDetection(java.lang.String autoDetection)
autoDetection - the new auto detectionpublic java.lang.String getShowRSSLink()
public void setShowRSSLink(java.lang.String showRSSLink)
showRSSLink - the new show rss linkpublic java.lang.String getTemplate()
getTemplate in class org.exoplatform.webui.core.UIComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||