|
||||||||||
| 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.UIGrid
org.exoplatform.wcm.webui.selector.content.UIContentSearchResult
public class UIContentSearchResult
Author : TAN DUNG DANG dzungdev@gmail.com Feb 10, 2009
| Nested Class Summary | |
|---|---|
static class |
UIContentSearchResult.SelectActionListener
The listener interface for receiving selectAction events. |
static class |
UIContentSearchResult.ViewActionListener
The listener interface for receiving viewAction events. |
| Field Summary | |
|---|---|
java.lang.String[] |
Actions
The Actions. |
java.lang.String[] |
BEAN_FIELDS
The BEA n_ fields. |
static java.lang.String |
CREATE_DATE
The Constant CREATE_DATE. |
static java.lang.String |
NODE_EXPECT
The Constant NODE_EXPECT. |
static java.lang.String |
NODE_PATH
The Constant NODE_PATH. |
static java.lang.String |
PUBLICATION_STATE
The Constant PUBLICATION_STATE. |
static java.lang.String |
SCORE
The Constant SCORE. |
static java.lang.String |
TITLE
The Constant TITLE. |
| Fields inherited from class org.exoplatform.webui.core.UIGrid |
|---|
action_, beanField_, beanIdField_, classname_, displayedChars_, label_, uiIterator_, useAjax |
| Fields inherited from class org.exoplatform.webui.core.UIComponent |
|---|
config, OBJECTID, UICOMPONENT, uiparent |
| Constructor Summary | |
|---|---|
UIContentSearchResult()
Instantiates a new uIWCM search result. |
|
| Method Summary | |
|---|---|
java.util.Date |
getCreateDate(javax.jcr.Node node)
Gets the creates the date. |
java.lang.String |
getCurrentState(javax.jcr.Node node)
Gets the current state. |
java.text.DateFormat |
getDateFormat()
Gets the date format. |
java.lang.String |
getExpect(java.lang.String expect)
Gets the expect. |
javax.jcr.Session |
getSession()
Gets the session. |
java.lang.String |
getTitleNode(javax.jcr.Node node)
Gets the title node. |
void |
updateGrid(PaginatedQueryResult paginatedResult)
Update grid. |
| Methods inherited from class org.exoplatform.webui.core.UIGrid |
|---|
configure, findComponentById, getBeanActions, getBeanFields, getBeanIdField, getBeans, getDisplayedChars, getFieldValue, getLabel, getName, getUIPageIterator, isUseAjax, setDisplayedChars, setLabel, setUseAjax |
| Methods inherited from class org.exoplatform.webui.core.UIComponent |
|---|
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, event, event, event, findComponentOfType, findFirstComponentOfType, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibbling, 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 TITLE
public static final java.lang.String NODE_EXPECT
public static final java.lang.String SCORE
public static final java.lang.String CREATE_DATE
public static final java.lang.String PUBLICATION_STATE
public static final java.lang.String NODE_PATH
public java.lang.String[] Actions
public java.lang.String[] BEAN_FIELDS
| Constructor Detail |
|---|
public UIContentSearchResult()
throws java.lang.Exception
java.lang.Exception - the exception| Method Detail |
|---|
public java.text.DateFormat getDateFormat()
public void updateGrid(PaginatedQueryResult paginatedResult)
throws java.lang.Exception
paginatedResult - the paginated result
java.lang.Exception - the exception
public java.lang.String getTitleNode(javax.jcr.Node node)
throws java.lang.Exception
node - the node
java.lang.Exception - the exception
public java.util.Date getCreateDate(javax.jcr.Node node)
throws java.lang.Exception
node - the node
java.lang.Exception - the exceptionpublic java.lang.String getExpect(java.lang.String expect)
expect - the expect
public java.lang.String getCurrentState(javax.jcr.Node node)
throws java.lang.Exception
node - the node
java.lang.Exception - the exception
public javax.jcr.Session getSession()
throws java.lang.Exception
java.lang.Exception - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||