org.exoplatform.wcm.webui.pcv
Class UIPCVPortlet

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.webui.core.UIApplication
              extended by org.exoplatform.webui.core.UIPortletApplication
                  extended by org.exoplatform.wcm.webui.pcv.UIPCVPortlet

public class UIPCVPortlet
extends org.exoplatform.webui.core.UIPortletApplication


Nested Class Summary
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
static java.lang.String PCV_CONFIG_POPUP_WINDOW
          The Constant PARAMETERIZED_MANAGEMENT_PORTLET_POPUP_WINDOW.
static java.lang.String PREFERENCE_REPOSITORY
          The Constant REPOSITORY.
static java.lang.String QUICK_EDIT_ABLE
          The Constant QUICK_EDIT_ABLE.
static java.lang.String SHOW_BAR
          The Constant SHOW_BAR.
static java.lang.String SHOW_DATE_CREATED
          The Constant SHOW_DATE_CREATED.
static java.lang.String SHOW_TITLE
          The Constant SHOW_TITLE.
static java.lang.String WORKSPACE
          The Constant REPOSITORY.
 
Fields inherited from class org.exoplatform.webui.core.UIPortletApplication
CONFIG_MODE, EDIT_MODE, HELP_MODE, VIEW_MODE
 
Fields inherited from class org.exoplatform.webui.core.UIApplication
log
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIPCVPortlet()
          Instantiates a new uI parameterized content viewer portlet.
 
Method Summary
 void activateMode(javax.portlet.PortletMode mode)
          Activate mode.
 boolean canEditPortlet()
          Can edit portlet.
 void processRender(org.exoplatform.webui.application.WebuiApplication app, org.exoplatform.webui.application.WebuiRequestContext context)
           
 
Methods inherited from class org.exoplatform.webui.core.UIPortletApplication
getMinHeight, getMinWidth, setMinHeight, setMinWidth
 
Methods inherited from class org.exoplatform.webui.core.UIApplication
addMessage, clearMessages, findComponentById, getLastAccessApplication, getOwner, getUIComponentName, getUIPopupMessages, processAction, renderBlockToUpdate, renderChildren, setLastAccessApplication, setOwner
 
Methods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, 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, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processDecode, processRender, 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
 

Field Detail

QUICK_EDIT_ABLE

public static final java.lang.String QUICK_EDIT_ABLE
The Constant QUICK_EDIT_ABLE.

See Also:
Constant Field Values

PCV_CONFIG_POPUP_WINDOW

public static final java.lang.String PCV_CONFIG_POPUP_WINDOW
The Constant PARAMETERIZED_MANAGEMENT_PORTLET_POPUP_WINDOW.

See Also:
Constant Field Values

PREFERENCE_REPOSITORY

public static final java.lang.String PREFERENCE_REPOSITORY
The Constant REPOSITORY.

See Also:
Constant Field Values

WORKSPACE

public static final java.lang.String WORKSPACE
The Constant REPOSITORY.

See Also:
Constant Field Values

SHOW_TITLE

public static final java.lang.String SHOW_TITLE
The Constant SHOW_TITLE.

See Also:
Constant Field Values

SHOW_DATE_CREATED

public static final java.lang.String SHOW_DATE_CREATED
The Constant SHOW_DATE_CREATED.

See Also:
Constant Field Values

SHOW_BAR

public static final java.lang.String SHOW_BAR
The Constant SHOW_BAR.

See Also:
Constant Field Values
Constructor Detail

UIPCVPortlet

public UIPCVPortlet()
             throws java.lang.Exception
Instantiates a new uI parameterized content viewer portlet.

Throws:
java.lang.Exception - the exception
Method Detail

activateMode

public void activateMode(javax.portlet.PortletMode mode)
                  throws java.lang.Exception
Activate mode.

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

processRender

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

canEditPortlet

public boolean canEditPortlet()
                       throws java.lang.Exception
Can edit portlet.

Returns:
true, if successful
Throws:
java.lang.Exception - the exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.