org.exoplatform.wcm.webui.pclv
Class UIPCLVContainer

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.portal.webui.portal.UIPortalComponent
              extended by org.exoplatform.portal.webui.container.UIContainer
                  extended by org.exoplatform.wcm.webui.pclv.UIPCLVContainer

public class UIPCLVContainer
extends org.exoplatform.portal.webui.container.UIContainer

Created by The eXo Platform SAS Author : Tran Nguyen Ngoc ngoc.tran@exoplatform.com Jun 23, 2009


Nested Class Summary
static class UIPCLVContainer.QuickEditActionListener
          The listener interface for receiving quickEditAction events.
 
Nested classes/interfaces inherited from class org.exoplatform.portal.webui.container.UIContainer
org.exoplatform.portal.webui.container.UIContainer.SelectTabActionListener
 
Field Summary
 
Fields inherited from class org.exoplatform.portal.webui.container.UIContainer
creator, description, icon, modifier
 
Fields inherited from class org.exoplatform.portal.webui.portal.UIPortalComponent
COMPONENT_EDIT_MODE, COMPONENT_VIEW_MODE, factoryId, height_, mode_, name_, template_, width_
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIPCLVContainer()
           
 
Method Summary
 java.lang.String getFormViewTemplatePath()
          Gets the form view template path.
 java.util.List<javax.jcr.Node> getListNode()
          Gets the list noode.
 java.lang.String getPortletId()
          Gets the portlet id.
 javax.portlet.PortletPreferences getPortletPreference()
          Gets the portlet preference.
 org.exoplatform.resolver.ResourceResolver getTemplateResourceResolver()
          Gets the template resource resolver.
 void init()
          Inits the.
 boolean isError()
           
 void onRefresh(org.exoplatform.webui.event.Event<UIPCLVForm> event)
          On refresh.
 void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
           
 void setError(boolean isError)
           
 void setListNode(java.util.List<javax.jcr.Node> listNode)
          Sets the list noode.
 
Methods inherited from class org.exoplatform.portal.webui.container.UIContainer
getCreator, getDescription, getIcon, getModifier, setCreator, setDescription, setIcon, setModifier
 
Methods inherited from class org.exoplatform.portal.webui.portal.UIPortalComponent
getFactoryId, getHeight, getMode, getName, getTemplate, getTitle, getWidth, isEditMode, isModifiable, isShowEditControl, setFactoryId, setHeight, setMode, setModifiable, setName, setShowEditControl, setTemplate, setTitle, setWidth
 
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, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getParent, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibbling, url, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIPCLVContainer

public UIPCLVContainer()
Method Detail

isError

public boolean isError()
Returns:
the isError

setError

public void setError(boolean isError)
Parameters:
isError - the isError to set

getListNode

public java.util.List<javax.jcr.Node> getListNode()
Gets the list noode.

Returns:
the listNoode

setListNode

public void setListNode(java.util.List<javax.jcr.Node> listNode)
Sets the list noode.

Parameters:
listNoode - the listNoode to set

init

public void init()
          throws java.lang.Exception
Inits the.

Throws:
java.lang.Exception - the exception

getPortletPreference

public javax.portlet.PortletPreferences getPortletPreference()
Gets the portlet preference.

Returns:
the portlet preference

getFormViewTemplatePath

public java.lang.String getFormViewTemplatePath()
Gets the form view template path.

Returns:
the form view template path

getTemplateResourceResolver

public org.exoplatform.resolver.ResourceResolver getTemplateResourceResolver()
                                                                      throws java.lang.Exception
Gets the template resource resolver.

Returns:
the template resource resolver
Throws:
java.lang.Exception - the exception

getPortletId

public java.lang.String getPortletId()
Gets the portlet id.

Returns:
the portlet id

processRender

public void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
                   throws java.lang.Exception
Overrides:
processRender in class org.exoplatform.webui.core.UIComponent
Throws:
java.lang.Exception

onRefresh

public void onRefresh(org.exoplatform.webui.event.Event<UIPCLVForm> event)
               throws java.lang.Exception
On refresh.

Parameters:
event - the event
Throws:
java.lang.Exception - the exception


Copyright © 2012 eXo Platform SAS. All Rights Reserved.