com.filenet.wcm.apps.server.ui.operation.select
Class SelectInTreeOperation

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.base.WcmDpContainer
      extended bycom.filenet.wcm.toolkit.server.base.WcmModule
          extended bycom.filenet.wcm.toolkit.server.base.GlobalEventModule
              extended bycom.filenet.wcm.toolkit.server.base.WcmUiModule
                  extended bycom.filenet.wcm.toolkit.server.ui.WcmJSPModule
                      extended bycom.filenet.wcm.toolkit.server.ui.WcmLayoutModule
                          extended bycom.filenet.wcm.apps.server.ui.layout.StretchedLayoutModule
                              extended bycom.filenet.wcm.apps.server.ui.operation.select.SelectInTreeOperation
All Implemented Interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface

public class SelectInTreeOperation
extends StretchedLayoutModule

Select object in a tree view page.


Field Summary
static java.lang.String CAN_SELECT_CUSTOM_OBJECTS
           
static java.lang.String CAN_SELECT_DOCUMENTS
           
static java.lang.String CAN_SELECT_FOLDERS
           
static java.lang.String CAN_SELECT_OBJECT_STORES
           
static java.lang.String CONTAINER_TYPES
           
protected  com.filenet.wcm.toolkit.server.base.WcmController controller
           
static java.lang.String CUSTOM_OBJECT_CLASS
           
static java.lang.String CUSTOM_OBJECT_TYPES
           
static java.lang.String DOCUMENT_CLASS
           
static java.lang.String FLAT_VIEW
           
static java.lang.String FOLDER_CLASS
           
static java.lang.String MIME_TYPES
           
static java.lang.String PARENT_FORM_ID
           
static java.lang.String USE_PARENT_WINDOW
           
 
Fields inherited from class com.filenet.wcm.apps.server.ui.layout.StretchedLayoutModule
bannerModule, footerModule, linksBar, tabBarModule
 
Fields inherited from class com.filenet.wcm.toolkit.server.ui.WcmLayoutModule
jspMode, layout
 
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
locale, NAME_DELIMITER
 
Constructor Summary
SelectInTreeOperation()
           
 
Method Summary
 void initialize()
           
 void onClose(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void onSelect(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class com.filenet.wcm.apps.server.ui.layout.StretchedLayoutModule
addModule, createLayout, registerAddedModules, renderLayout, setOperationTitle, setOperationTitle
 
Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmLayoutModule
getLayout, render, setJSP
 
Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmJSPModule
getCurrentModule
 
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmUiModule
getActive, getBasePath, getBaseUrl, getBaseURLBuilder, getControllerEventUrl, getControllerEventUrl, getEventFormFields, getEventFormFields, getEventFormTag, getEventFormTag, getEventUrl, getEventUrl, getEventUrl, getEventUrl, getFormName, getFormSubmitUrl, getFormSubmitUrl, getGlobalEventUrl, getGlobalEventUrl, getPageUrl, getPageUrl, getPageUrl, getPageUrl, getUiParent, peekEvent, renderJSP, routeEvent, routeEvent, serverSideInclude, serverSideInclude, setActive
 
Methods inherited from class com.filenet.wcm.toolkit.server.base.GlobalEventModule
onStartPage, subscribeGlobalEvent
 
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
addChild, addChild, addChild, cleanup, debugTrace, getClassProperty, getClassProperty, getClassPropertyKeys, getConfiguration, getController, getDataStore, getModuleProperty, getModuleProperty, getModuleProperty, getModuleProperty, getModulePropertyKeys, getName, getParent, getWindowProperty, getWindowProperty, persist, queryDataProvider, setClassProperty, setClassProperty, setController, setModuleProperty, setModuleProperty, setName, setParent, setPortletParent, setWindowProperty
 
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmDpContainer
addDataProvider, addDataProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
onStartPage
 
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
addDataProvider, cleanup, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent
 

Field Detail

CAN_SELECT_OBJECT_STORES

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

CAN_SELECT_FOLDERS

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

CAN_SELECT_DOCUMENTS

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

CAN_SELECT_CUSTOM_OBJECTS

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

USE_PARENT_WINDOW

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

PARENT_FORM_ID

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

FLAT_VIEW

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

CUSTOM_OBJECT_TYPES

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

CONTAINER_TYPES

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

MIME_TYPES

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

FOLDER_CLASS

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

CUSTOM_OBJECT_CLASS

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

DOCUMENT_CLASS

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

controller

protected com.filenet.wcm.toolkit.server.base.WcmController controller
Constructor Detail

SelectInTreeOperation

public SelectInTreeOperation()
Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Specified by:
initialize in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
Overrides:
initialize in class StretchedLayoutModule
Throws:
java.lang.Exception

onClose

public void onClose(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws java.lang.Exception
Throws:
java.lang.Exception

onSelect

public void onSelect(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response)
              throws java.lang.Exception
Throws:
java.lang.Exception


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.