Package org.exoplatform.wiki.webui
Class UIWikiMyDraftsForm
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.webui.core.UIContainer
-
- org.exoplatform.webui.form.UIForm
-
- org.exoplatform.wiki.webui.UIWikiMyDraftsForm
-
public class UIWikiMyDraftsForm extends org.exoplatform.webui.form.UIForm
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIWikiMyDraftsForm.DeleteDraftActionListenerstatic classUIWikiMyDraftsForm.ResumeDraftActionListenerstatic classUIWikiMyDraftsForm.SortDraftActionListenerstatic classUIWikiMyDraftsForm.ViewDraftChangeActionListener
-
Field Summary
Fields Modifier and Type Field Description static StringACTION_DELETEstatic StringACTION_RESUMEstatic StringACTION_SORTstatic StringACTION_VIEWstatic String[]DRAFT_FIELDstatic StringDRAFT_GRIDstatic StringDRAFT_ITERstatic intITEMS_PER_PAGEstatic String[]USER_ACTIONS
-
Constructor Summary
Constructors Constructor Description UIWikiMyDraftsForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetActionLink(String action, String beanId)voidinitGrid()voidprocessRender(org.exoplatform.webui.application.WebuiRequestContext context)-
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
-
ITEMS_PER_PAGE
public static final int ITEMS_PER_PAGE
- See Also:
- Constant Field Values
-
DRAFT_GRID
public static final String DRAFT_GRID
- See Also:
- Constant Field Values
-
DRAFT_ITER
public static final String DRAFT_ITER
- See Also:
- Constant Field Values
-
ACTION_DELETE
public static final String ACTION_DELETE
- See Also:
- Constant Field Values
-
ACTION_RESUME
public static final String ACTION_RESUME
- See Also:
- Constant Field Values
-
ACTION_VIEW
public static final String ACTION_VIEW
- See Also:
- Constant Field Values
-
ACTION_SORT
public static final String ACTION_SORT
- See Also:
- Constant Field Values
-
DRAFT_FIELD
public static final String[] DRAFT_FIELD
-
USER_ACTIONS
public static final String[] USER_ACTIONS
-
-