org.exoplatform.content.webui
Class UIContentForm

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.content.webui.UIContentForm

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


Nested Class Summary
static class UIContentForm.CancelActionListener
           
static class UIContentForm.OnChangeActionListener
           
static class UIContentForm.SaveActionListener
           
static class UIContentForm.URLValidator
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
static java.lang.String FIELD_DESCRIPTION
           
static java.lang.String FIELD_ID
           
static java.lang.String FIELD_LABEL
           
static java.lang.String FIELD_TYPE
           
static java.lang.String FIELD_URL
           
static java.lang.String TYPE_DESC
           
static java.lang.String TYPE_RSS
           
 
Fields inherited from class org.exoplatform.webui.form.UIForm
ACTION, SUBCOMPONENT_ID
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIContentForm()
           
 
Method Summary
 java.lang.String[] getActions()
           
 ContentNode getContentNode()
           
 void setContentNode(ContentNode node)
           
 
Methods inherited from class org.exoplatform.webui.form.UIForm
addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, 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, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes, visit
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, processDecode, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibbling, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_ID

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

FIELD_URL

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

FIELD_LABEL

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

FIELD_DESCRIPTION

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

FIELD_TYPE

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

TYPE_RSS

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

TYPE_DESC

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

UIContentForm

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

setContentNode

public void setContentNode(ContentNode node)
                    throws java.lang.Exception
Throws:
java.lang.Exception

getContentNode

public ContentNode getContentNode()

getActions

public java.lang.String[] getActions()
Overrides:
getActions in class org.exoplatform.webui.form.UIForm


Copyright © 2011 eXo Platform SAS. All Rights Reserved.