Class UIWikiTemplateForm
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.webui.core.UIContainer
-
- org.exoplatform.webui.form.UIForm
-
- org.exoplatform.wiki.webui.commons.UIWikiTemplateForm
-
- Direct Known Subclasses:
UITemplateSettingForm,UIWikiSelectTemplateForm
public class UIWikiTemplateForm extends org.exoplatform.webui.form.UIForm
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIWikiTemplateForm.SearchTemplateActionListener
-
Field Summary
Fields Modifier and Type Field Description static StringDESCRIPTIONorg.exoplatform.webui.core.UIGridgridstatic intITEMS_PER_PAGEResourceBundleresstatic String[]TEMPLATE_FIELDstatic StringTEMPLATE_GRIDstatic StringTEMPLATE_IDstatic StringTEMPLATE_ITERstatic StringTEMPLATE_NAMEstatic StringTEMPLATE_SEARCHBOXorg.exoplatform.wiki.service.WikiServicewService
-
Constructor Summary
Constructors Constructor Description UIWikiTemplateForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitGrid()-
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, 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, 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
-
TEMPLATE_SEARCHBOX
public static final String TEMPLATE_SEARCHBOX
- See Also:
- Constant Field Values
-
TEMPLATE_GRID
public static final String TEMPLATE_GRID
- See Also:
- Constant Field Values
-
TEMPLATE_ITER
public static final String TEMPLATE_ITER
- See Also:
- Constant Field Values
-
ITEMS_PER_PAGE
public static final int ITEMS_PER_PAGE
- See Also:
- Constant Field Values
-
TEMPLATE_ID
public static final String TEMPLATE_ID
- See Also:
- Constant Field Values
-
TEMPLATE_NAME
public static final String TEMPLATE_NAME
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
-
TEMPLATE_FIELD
public static final String[] TEMPLATE_FIELD
-
grid
public org.exoplatform.webui.core.UIGrid grid
-
wService
public org.exoplatform.wiki.service.WikiService wService
-
res
public ResourceBundle res
-
-