|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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.WcmXSLModule
com.filenet.wcm.apps.server.presentation.ui.GenericListView
com.filenet.wcm.apps.server.ui.WcmGenericListView
com.filenet.wcm.apps.server.ui.nav.WcmClassNavigation
This class handles rendering the top portion of the Properties Wizard Page to display the document or folder class hierarchy.
Field Summary | |
protected com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider |
adp
|
protected WcmAuthoringState |
authState
|
protected com.filenet.wcm.toolkit.server.util.prefs.PrefsLabel |
classesLabel
|
protected int |
nType
|
protected java.lang.String |
propCacheKey
|
static int |
SHOW_HIDDEN
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsCustomObjectClasses
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsDocumentClasses
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsFolderClasses
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsLinkClasses
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsSecurityPolicyClasses
|
Fields inherited from class com.filenet.wcm.apps.server.ui.WcmGenericListView |
config |
Fields inherited from class com.filenet.wcm.toolkit.server.ui.WcmXSLModule |
transformUtil |
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Constructor Summary | |
protected |
WcmClassNavigation()
|
|
WcmClassNavigation(int type)
Constructor sets the Property type to one of the static int values defined in WcmPropertyInfoPage. |
Method Summary | |
void |
cancel()
Clears any residual state information. |
void |
cleanup()
Clears out saved module properties. |
java.lang.String |
getClassName()
Provides the class name for display. |
java.lang.String |
getSelectedID()
Get the selected class Id. |
int |
getType()
Get the type of classes |
void |
initialize()
Initializes data providers, XSL parameters, the authoring state, and other state values. |
void |
onSelect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
A choice was made. |
void |
onShowProps(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Show/Hide Properties was pressed. |
void |
render(java.io.Writer w)
Renders the page. |
void |
setData(org.w3c.dom.Document xmlClasses,
java.lang.String objectStoreID)
Sets the data required to render the class hierarchy. |
void |
setLabel(java.lang.String label)
Use this label first if defined. |
void |
setLockRootID(java.lang.String classId)
Sets the rootId XSL parameter. |
void |
setRenderTreeModule(boolean render)
Turn Tree Module rendering on or off. |
void |
setSelectedClass(java.lang.String newClassId)
Set the select class. |
java.lang.String |
setSelectedID(java.lang.String classId)
Sets the selectedID XSL parameter. |
void |
setType(int type)
Set type of module |
Methods inherited from class com.filenet.wcm.apps.server.ui.WcmGenericListView |
configNameProperties, configNameProperties, configNameProperties, configNameProperties, setCustomObjectNameProperty, setCustomObjectNameProperty, setDocumentNameProperty, setDocumentNameProperty, setFolderNameProperty, setFolderNameProperty |
Methods inherited from class com.filenet.wcm.apps.server.presentation.ui.GenericListView |
getCurrentPage, getXSLTemplate, onPageChange, setCurrentPage, setFirstDisplayedItem, setItemsCount, setLastDisplayedItem, setNameProperty, setNoItemsText, setNotItemsTextString, setPageSize, setPagingLabel, setSelectedObjects |
Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmXSLModule |
convertToNodeList, getXML, getXSLParameter, renderXSL, setXML, setXML, setXML, setXML, setXSL, setXSLParameter, setXSLParameter, setXSLParameter, setXSLParameter, setXSLParameter, setXSLParameter |
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, 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, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent |
Field Detail |
protected static final com.filenet.wcm.toolkit.util.WcmString wsDocumentClasses
protected static final com.filenet.wcm.toolkit.util.WcmString wsFolderClasses
protected static final com.filenet.wcm.toolkit.util.WcmString wsCustomObjectClasses
protected static final com.filenet.wcm.toolkit.util.WcmString wsLinkClasses
protected static final com.filenet.wcm.toolkit.util.WcmString wsSecurityPolicyClasses
public static final int SHOW_HIDDEN
protected com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider adp
protected WcmAuthoringState authState
protected com.filenet.wcm.toolkit.server.util.prefs.PrefsLabel classesLabel
protected int nType
protected java.lang.String propCacheKey
Constructor Detail |
protected WcmClassNavigation() throws java.lang.Exception
public WcmClassNavigation(int type) throws java.lang.Exception
type
- One of the WcmPropertyInfoPage int field types.WcmPropertiesInfoPage
Method Detail |
public void initialize() throws java.lang.Exception
initialize
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
initialize
in class WcmGenericListView
java.lang.Exception
public void setRenderTreeModule(boolean render)
render
- state of Tree Module rendering.public void setType(int type) throws java.lang.Exception
java.lang.Exception
public void onShowProps(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
request
- HttpServletRequest objectresponse
- HttpServletResponse object
java.lang.Exception
public void render(java.io.Writer w) throws java.lang.Exception
w
- Writer object to write to.
java.lang.Exception
public void setData(org.w3c.dom.Document xmlClasses, java.lang.String objectStoreID) throws java.lang.Exception
xmlClasses
- The XML that describe the class hierarchy.objectStoreID
- The Object Store ID that these classes are taken from.
java.lang.Exception
public void onSelect(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
request
- HttpServletRequest objectresponse
- HttpServletResponse object
java.lang.Exception
public void setSelectedClass(java.lang.String newClassId) throws java.lang.Exception
newClassId
- String new object class id
java.lang.Exception
public void cleanup() throws java.lang.Exception
java.lang.Exception
public java.lang.String getClassName() throws java.lang.Exception
java.lang.Exception
public void cancel() throws java.lang.Exception
java.lang.Exception
public java.lang.String setSelectedID(java.lang.String classId) throws java.lang.Exception
classId
- String new class id.
java.lang.Exception
public void setLockRootID(java.lang.String classId) throws java.lang.Exception
classId
- String new class id.
java.lang.Exception
public java.lang.String getSelectedID() throws java.lang.Exception
java.lang.Exception
public int getType()
public void setLabel(java.lang.String label)
label
- classes view label
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |