|
||||||||||
| 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.wiki.UIWikiContentForm
public class UIWikiContentForm
Author : TAN DUNG DANG dzungdev@gmail.com Mar 4, 2009
| Nested Class Summary | |
|---|---|
static class |
UIWikiContentForm.CancelActionListener
The listener interface for receiving cancelAction events. |
static class |
UIWikiContentForm.SaveActionListener
The listener interface for receiving saveAction events. |
| Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer |
|---|
org.exoplatform.webui.core.UIContainer.SelectTabActionListener |
| Field Summary | |
|---|---|
static java.lang.String |
CONTENT
The Constant CONTENT. |
static java.lang.String |
NAME_CONTENT
The Constant NAME_CONTENT. |
static java.lang.String |
TITLE
The Constant TITLE. |
| 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 | |
|---|---|
UIWikiContentForm()
Instantiates a new uI wiki content form. |
|
| Method Summary | |
|---|---|
java.lang.String |
createNewPage(java.lang.String pageName,
java.lang.String newNodeUUID)
Creates the new page. |
org.exoplatform.portal.config.model.PageNavigation |
getPageNavigation()
Gets the page navigation. |
java.lang.String |
getPageUri()
Gets the page uri. |
java.lang.String |
getParentUri()
Gets the parent uri. |
void |
processRender(org.exoplatform.webui.application.WebuiRequestContext context)
|
void |
setPageNavigation(org.exoplatform.portal.config.model.PageNavigation pageNavigation)
Sets the page navigation. |
void |
setPageUri(java.lang.String pageUri)
Sets the page uri. |
void |
setParentUri(java.lang.String parentUri)
Sets the parent uri. |
| 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, 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, getRendererFor, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, processDecode, registerRendererFor, 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 |
| Field Detail |
|---|
public static final java.lang.String NAME_CONTENT
public static final java.lang.String CONTENT
public static final java.lang.String TITLE
| Constructor Detail |
|---|
public UIWikiContentForm()
throws java.lang.Exception
java.lang.Exception - the exception| Method Detail |
|---|
public java.lang.String createNewPage(java.lang.String pageName,
java.lang.String newNodeUUID)
throws java.lang.Exception
pageName - the page namenewNodeUUID - the new node uuid
java.lang.Exception - the exception
public void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
throws java.lang.Exception
processRender in class org.exoplatform.webui.form.UIFormjava.lang.Exceptionpublic org.exoplatform.portal.config.model.PageNavigation getPageNavigation()
public void setPageNavigation(org.exoplatform.portal.config.model.PageNavigation pageNavigation)
pageNavigation - the new page navigationpublic java.lang.String getParentUri()
public void setParentUri(java.lang.String parentUri)
parentUri - the new parent uripublic java.lang.String getPageUri()
public void setPageUri(java.lang.String pageUri)
pageUri - the new page uri
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||