com.filenet.wcm.apps.server.ui.operation.select
Class SelectInTreeOperation
java.lang.Object
com.filenet.wcm.toolkit.server.base.WcmDpContainer
com.filenet.wcm.toolkit.server.base.WcmModule
com.filenet.wcm.toolkit.server.base.GlobalEventModule
com.filenet.wcm.toolkit.server.base.WcmUiModule
com.filenet.wcm.toolkit.server.ui.WcmJSPModule
com.filenet.wcm.toolkit.server.ui.WcmLayoutModule
com.filenet.wcm.apps.server.ui.layout.StretchedLayoutModule
com.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.
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 |
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.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 |
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
SelectInTreeOperation
public SelectInTreeOperation()
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.