com.filenet.wcm.apps.server.ui.tree
Class ClientSideChoiceTree

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.apps.server.ui.tree.ClientSideTree
                      extended bycom.filenet.wcm.apps.server.ui.tree.ClientSideChoiceTree
All Implemented Interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface

public class ClientSideChoiceTree
extends ClientSideTree


Nested Class Summary
static class ClientSideChoiceTree.ChoiceItem
           
 
Nested classes inherited from class com.filenet.wcm.apps.server.ui.tree.ClientSideTree
ClientSideTree.Item
 
Field Summary
 
Fields inherited from class com.filenet.wcm.apps.server.ui.tree.ClientSideTree
COLLATOR, controller, pageRange, pageSize
 
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
locale, NAME_DELIMITER
 
Constructor Summary
ClientSideChoiceTree()
           
 
Method Summary
protected  ClientSideTree.Item createRootItem()
           
protected  org.apache.commons.collections.map.ListOrderedMap getChildren(ClientSideTree.Item parent)
           
 void initialize()
           
 void setChoiceID(java.lang.String choiceID)
           
 void setMarking(boolean marking)
           
 void setObjectStoreName(java.lang.String objectStoreName)
           
protected  void writeItemAttributes(java.io.Writer w, ClientSideTree.Item item)
           
protected  void writeItemLink(ClientSideTree.Item item, java.io.Writer w)
           
protected  void writeItemOnClickEvent(ClientSideTree.Item item, java.io.Writer w)
           
 
Methods inherited from class com.filenet.wcm.apps.server.ui.tree.ClientSideTree
clearRoot, getRoot, getRootAttributes, onChangePage, onCollapse, onExpand, render, writeChildrenHTML, writeItem, writeItemLinkBase, writePaging
 
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, setJSP
 
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
 

Constructor Detail

ClientSideChoiceTree

public ClientSideChoiceTree()
Method Detail

setMarking

public void setMarking(boolean marking)

setChoiceID

public void setChoiceID(java.lang.String choiceID)

setObjectStoreName

public void setObjectStoreName(java.lang.String objectStoreName)

initialize

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

createRootItem

protected ClientSideTree.Item createRootItem()
                                      throws java.lang.Exception
Specified by:
createRootItem in class ClientSideTree
Throws:
java.lang.Exception

getChildren

protected org.apache.commons.collections.map.ListOrderedMap getChildren(ClientSideTree.Item parent)
                                                                 throws java.lang.Exception
Specified by:
getChildren in class ClientSideTree
Throws:
java.lang.Exception

writeItemOnClickEvent

protected void writeItemOnClickEvent(ClientSideTree.Item item,
                                     java.io.Writer w)
                              throws java.io.IOException
Overrides:
writeItemOnClickEvent in class ClientSideTree
Throws:
java.io.IOException

writeItemAttributes

protected void writeItemAttributes(java.io.Writer w,
                                   ClientSideTree.Item item)
                            throws java.io.IOException
Overrides:
writeItemAttributes in class ClientSideTree
Throws:
java.io.IOException

writeItemLink

protected void writeItemLink(ClientSideTree.Item item,
                             java.io.Writer w)
                      throws java.io.IOException
Overrides:
writeItemLink in class ClientSideTree
Throws:
java.io.IOException


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