Package org.exoplatform.wiki.webui
Class UIWikiPageEditForm
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.webui.core.UIContainer
-
- org.exoplatform.webui.form.UIForm
-
- org.exoplatform.wiki.webui.core.UIWikiForm
-
- org.exoplatform.wiki.webui.UIWikiPageEditForm
-
public class UIWikiPageEditForm extends UIWikiForm
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIWikiPageEditForm.CancelDraftActionListenerstatic classUIWikiPageEditForm.CloseActionListenerstatic classUIWikiPageEditForm.DeleteDraftActionListenerstatic classUIWikiPageEditForm.ResumeDraftActionListenerstatic classUIWikiPageEditForm.ViewDraftChangeActionListener
-
Field Summary
Fields Modifier and Type Field Description static StringCLOSEstatic StringEDITOR_TABSstatic StringFIELD_COMMENTstatic StringFIELD_CONTENTstatic StringFIELD_PUBLISH_ACTIVITY_BOTTOMstatic StringFIELD_PUBLISH_ACTIVITY_UPPERstatic StringFIELD_TEMPLATEDESCTIPTIONstatic StringHELP_PANELstatic StringRICHTEXT_AREAstatic StringSUBMIT_TOOLBAR_BOTTOMstatic StringSUBMIT_TOOLBAR_UPPERstatic StringTITLE_CONTROLstatic StringUNTITLED-
Fields inherited from class org.exoplatform.wiki.webui.core.UIWikiForm
accept_Modes
-
-
Constructor Summary
Constructors Constructor Description UIWikiPageEditForm()
-
Method Summary
-
Methods inherited from class org.exoplatform.wiki.webui.core.UIWikiForm
getAccept_Modes, getCurrentMode, setAccept_Modes
-
Methods inherited from class org.exoplatform.webui.form.UIForm
addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, getLabel, getLabel, getSubmitAction, getUICheckBoxInput, 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, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, processDecode, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url
-
-
-
-
Field Detail
-
UNTITLED
public static final String UNTITLED
- See Also:
- Constant Field Values
-
FIELD_CONTENT
public static final String FIELD_CONTENT
- See Also:
- Constant Field Values
-
FIELD_COMMENT
public static final String FIELD_COMMENT
- See Also:
- Constant Field Values
-
FIELD_PUBLISH_ACTIVITY_UPPER
public static final String FIELD_PUBLISH_ACTIVITY_UPPER
- See Also:
- Constant Field Values
-
FIELD_PUBLISH_ACTIVITY_BOTTOM
public static final String FIELD_PUBLISH_ACTIVITY_BOTTOM
- See Also:
- Constant Field Values
-
TITLE_CONTROL
public static final String TITLE_CONTROL
- See Also:
- Constant Field Values
-
EDITOR_TABS
public static final String EDITOR_TABS
- See Also:
- Constant Field Values
-
SUBMIT_TOOLBAR_UPPER
public static final String SUBMIT_TOOLBAR_UPPER
- See Also:
- Constant Field Values
-
SUBMIT_TOOLBAR_BOTTOM
public static final String SUBMIT_TOOLBAR_BOTTOM
- See Also:
- Constant Field Values
-
HELP_PANEL
public static final String HELP_PANEL
- See Also:
- Constant Field Values
-
RICHTEXT_AREA
public static final String RICHTEXT_AREA
- See Also:
- Constant Field Values
-
FIELD_TEMPLATEDESCTIPTION
public static final String FIELD_TEMPLATEDESCTIPTION
- See Also:
- Constant Field Values
-
CLOSE
public static final String CLOSE
- See Also:
- Constant Field Values
-
-
Method Detail
-
checkToDisplayNotification
protected void checkToDisplayNotification() throws Exception- Throws:
Exception
-
setTitle
public void setTitle(String title)
-
getTitle
public String getTitle()
-
getInitDraftName
public String getInitDraftName()
-
setInitDraftName
public void setInitDraftName(String initDraftName)
-
isFirstTimeRenderEdit
public boolean isFirstTimeRenderEdit()
-
setFirstTimeRenderEdit
public void setFirstTimeRenderEdit(boolean value)
-
isInTemplateMode
public boolean isInTemplateMode()
-
isNewPage
public boolean isNewPage()
-
getAutoSaveSequenceTime
public long getAutoSaveSequenceTime()
-
getSaveDraftRestUrl
protected String getSaveDraftRestUrl()
-
getRemoveDraftRestUrl
protected String getRemoveDraftRestUrl()
-
getNotificationMessages
public List getNotificationMessages()
-
isTemplate
public boolean isTemplate()
-
setTemplate
public void setTemplate(boolean isTemplate)
-
getTemplateId
public String getTemplateId()
-
setTemplateId
public void setTemplateId(String templateId)
-
isSidePanelRendered
public boolean isSidePanelRendered()
-
isRunAutoSave
public boolean isRunAutoSave()
-
isInRichTextEditor
protected boolean isInRichTextEditor()
-
synPublishActivityStatus
public void synPublishActivityStatus(boolean isChecked)
-
processRender
public void processRender(org.exoplatform.webui.application.WebuiRequestContext context) throws Exception- Overrides:
processRenderin classUIWikiForm- Throws:
Exception
-
-