org.exoplatform.ecm.webui.component.admin.templates
Class UITemplateForm

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.webui.form.UIFormTabPane
                  extended by org.exoplatform.ecm.webui.component.admin.templates.UITemplateForm
All Implemented Interfaces:
UISelectable

public class UITemplateForm
extends org.exoplatform.webui.form.UIFormTabPane
implements UISelectable

Created by The eXo Platform SARL Author : pham tuan phamtuanchip@yahoo.de Oct 03, 2006 9:43:23 AM


Nested Class Summary
static class UITemplateForm.AddPermissionActionListener
           
static class UITemplateForm.CancelActionListener
           
static class UITemplateForm.OnChangeActionListener
           
static class UITemplateForm.RefreshActionListener
           
static class UITemplateForm.SaveActionListener
           
static class UITemplateForm.TemplateNameComparator
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.form.UIFormTabPane
org.exoplatform.webui.form.UIFormTabPane.SelectTabActionListener
 
Field Summary
static java.lang.String FIELD_DIALOG
           
static java.lang.String FIELD_ISTEMPLATE
           
static java.lang.String FIELD_LABEL
           
static java.lang.String FIELD_NAME
           
static java.lang.String FIELD_PERMISSION
           
static java.lang.String FIELD_SKIN
           
static java.lang.String FIELD_TAB_DIALOG
           
static java.lang.String FIELD_TAB_SKIN
           
static java.lang.String FIELD_TAB_TEMPLATE
           
static java.lang.String FIELD_TAB_VIEW
           
static java.lang.String FIELD_VIEW
           
 
Fields inherited from class org.exoplatform.webui.form.UIFormTabPane
name_, RENDER_TAB
 
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
UITemplateForm()
           
 
Method Summary
 void doSelect(java.lang.String selectField, java.lang.Object value)
           
 java.util.List<org.exoplatform.webui.core.model.SelectItemOption<java.lang.String>> getOption()
           
 void refresh()
           
 
Methods inherited from class org.exoplatform.webui.form.UIFormTabPane
getName, getSelectedTabId, hasInfoBar, hasRenderResourceTabName, processDecode, setInfoBar, setRenderResourceTabName, setSelectedTab, setSelectedTab
 
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, 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, getParent, getRendererFor, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, 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

FIELD_NAME

public static final java.lang.String FIELD_NAME
See Also:
Constant Field Values

FIELD_LABEL

public static final java.lang.String FIELD_LABEL
See Also:
Constant Field Values

FIELD_ISTEMPLATE

public static final java.lang.String FIELD_ISTEMPLATE
See Also:
Constant Field Values

FIELD_DIALOG

public static final java.lang.String FIELD_DIALOG
See Also:
Constant Field Values

FIELD_VIEW

public static final java.lang.String FIELD_VIEW
See Also:
Constant Field Values

FIELD_SKIN

public static final java.lang.String FIELD_SKIN
See Also:
Constant Field Values

FIELD_TAB_TEMPLATE

public static final java.lang.String FIELD_TAB_TEMPLATE
See Also:
Constant Field Values

FIELD_TAB_DIALOG

public static final java.lang.String FIELD_TAB_DIALOG
See Also:
Constant Field Values

FIELD_TAB_VIEW

public static final java.lang.String FIELD_TAB_VIEW
See Also:
Constant Field Values

FIELD_TAB_SKIN

public static final java.lang.String FIELD_TAB_SKIN
See Also:
Constant Field Values

FIELD_PERMISSION

public static final java.lang.String FIELD_PERMISSION
See Also:
Constant Field Values
Constructor Detail

UITemplateForm

public UITemplateForm()
               throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

refresh

public void refresh()
             throws java.lang.Exception
Throws:
java.lang.Exception

getOption

public java.util.List<org.exoplatform.webui.core.model.SelectItemOption<java.lang.String>> getOption()
                                                                                              throws java.lang.Exception
Throws:
java.lang.Exception

doSelect

public void doSelect(java.lang.String selectField,
                     java.lang.Object value)
Specified by:
doSelect in interface UISelectable


Copyright © 2010 eXo Platform SAS. All Rights Reserved.