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

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.ecm.webui.component.admin.templates.UITemplateContent
All Implemented Interfaces:
UISelectable

public class UITemplateContent
extends org.exoplatform.webui.form.UIForm
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 UITemplateContent.AddPermissionActionListener
           
static class UITemplateContent.CancelActionListener
           
static class UITemplateContent.ChangeActionListener
           
static class UITemplateContent.RefreshActionListener
           
static class UITemplateContent.RestoreActionListener
           
static class UITemplateContent.SaveActionListener
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
static java.lang.String FIELD_CONTENT
           
static java.lang.String FIELD_ENABLE_VERSION
           
static java.lang.String FIELD_NAME
           
static java.lang.String FIELD_SELECT_VERSION
           
static java.lang.String FIELD_VIEWPERMISSION
           
static java.lang.String[] REG_EXPRESSION
           
static java.lang.String TEMPLATE_PERMISSION
           
 
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
UITemplateContent()
           
 
Method Summary
 void doSelect(java.lang.String selectField, java.lang.Object value)
           
 java.lang.String getTemplateType()
           
 void setNodeTypeName(java.lang.String nodeType)
           
 void setTemplateType(java.lang.String templateType)
           
 void update(java.lang.String templateName)
           
 
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, getName, getParent, getRendererFor, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, processDecode, 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_SELECT_VERSION

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

FIELD_CONTENT

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

FIELD_NAME

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

FIELD_VIEWPERMISSION

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

FIELD_ENABLE_VERSION

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

REG_EXPRESSION

public static final java.lang.String[] REG_EXPRESSION

TEMPLATE_PERMISSION

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

UITemplateContent

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

setTemplateType

public void setTemplateType(java.lang.String templateType)

getTemplateType

public java.lang.String getTemplateType()

setNodeTypeName

public void setNodeTypeName(java.lang.String nodeType)

update

public void update(java.lang.String templateName)
            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.