org.exoplatform.wiki.webui.commons
Class UIWikiTemplateForm

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.webui.form.UIForm
              extended by org.exoplatform.wiki.webui.commons.UIWikiTemplateForm
Direct Known Subclasses:
UITemplateSettingForm, UIWikiSelectTemplateForm

public class UIWikiTemplateForm
extends org.exoplatform.webui.form.UIForm


Nested Class Summary
static class UIWikiTemplateForm.SearchTemplateActionListener
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
static String DESCRIPTION
           
 org.exoplatform.webui.core.UIGrid grid
           
static int ITEMS_PER_PAGE
           
 ResourceBundle res
           
static String[] TEMPLATE_FIELD
           
static String TEMPLATE_GRID
           
static String TEMPLATE_ID
           
static String TEMPLATE_ITER
           
static String TEMPLATE_NAME
           
static String TEMPLATE_SEARCHBOX
           
 org.exoplatform.wiki.service.WikiService wService
           
 
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
UIWikiTemplateForm()
           
 
Method Summary
 void initGrid()
           
 
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, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

UIWikiTemplateForm

public UIWikiTemplateForm()
                   throws Exception
Throws:
Exception
Method Detail

initGrid

public void initGrid()
              throws Exception
Throws:
Exception


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.