org.exoplatform.wcm.webui.component
Class UICommentForm

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.presentation.comment.UICommentForm
                  extended by org.exoplatform.wcm.webui.component.UICommentForm
All Implemented Interfaces:
org.exoplatform.webui.core.UIPopupComponent

public class UICommentForm
extends org.exoplatform.ecm.webui.presentation.comment.UICommentForm

Created by The eXo Platform SAS Author : Nguyen Anh Vu vuna@exoplatform.com anhvurz90@gmail.com Jul 14, 2011


Nested Class Summary
 
Nested classes/interfaces inherited from class org.exoplatform.ecm.webui.presentation.comment.UICommentForm
org.exoplatform.ecm.webui.presentation.comment.UICommentForm.CancelActionListener, org.exoplatform.ecm.webui.presentation.comment.UICommentForm.SaveActionListener
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
 
Fields inherited from class org.exoplatform.ecm.webui.presentation.comment.UICommentForm
document_, FIELD_COMMENT, FIELD_EMAIL, FIELD_WEBSITE, nodeCommentPath
 
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
UICommentForm()
           
 
Method Summary
 javax.jcr.Node getCommentNode()
           
 javax.jcr.Node getCurrentNode()
           
 java.lang.String getLanguage()
           
 void updateAjax(org.exoplatform.webui.event.Event<org.exoplatform.ecm.webui.presentation.comment.UICommentForm> event)
           
 
Methods inherited from class org.exoplatform.ecm.webui.presentation.comment.UICommentForm
activate, deActivate, getDocument, getNodeCommentPath, isEdit, setDocument, setEdit, setNodeCommentPath
 
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, 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
 

Constructor Detail

UICommentForm

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

getCommentNode

public javax.jcr.Node getCommentNode()
                              throws java.lang.Exception
Specified by:
getCommentNode in class org.exoplatform.ecm.webui.presentation.comment.UICommentForm
Throws:
java.lang.Exception

getCurrentNode

public javax.jcr.Node getCurrentNode()
                              throws java.lang.Exception
Specified by:
getCurrentNode in class org.exoplatform.ecm.webui.presentation.comment.UICommentForm
Throws:
java.lang.Exception

getLanguage

public java.lang.String getLanguage()
Specified by:
getLanguage in class org.exoplatform.ecm.webui.presentation.comment.UICommentForm

updateAjax

public void updateAjax(org.exoplatform.webui.event.Event<org.exoplatform.ecm.webui.presentation.comment.UICommentForm> event)
                throws java.lang.Exception
Specified by:
updateAjax in class org.exoplatform.ecm.webui.presentation.comment.UICommentForm
Throws:
java.lang.Exception


Copyright © 2011 eXo Platform SAS. All Rights Reserved.