com.filenet.wcm.apps.server.ui.wizard
Class WcmAddCustomObjectWizard
- 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.WcmMultiPanelModule
com.filenet.wcm.toolkit.server.ui.WcmMultiPanelSequenceModule
com.filenet.wcm.apps.server.ui.WcmWizardModule
com.filenet.wcm.apps.server.ui.wizard.WcmAddCustomObjectWizard
All implemented interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
- public class WcmAddCustomObjectWizard
- extends WcmWizardModule
Nested Class Summary
| Nested classes/interfaces inherited from class com.filenet.wcm.apps.server.ui.WcmWizardModule |
|---|
WcmWizardModule.WcmWizardPanel |
Field Summary
| Fields inherited from class com.filenet.wcm.apps.server.ui.WcmWizardModule |
|---|
bannerModule, footerLinksBarModule, footerModule, leftCSSClass, stepNode, stepTreeModule, summaryModule, titleBarModule |
| Fields inherited from class com.filenet.wcm.toolkit.server.ui.WcmMultiPanelSequenceModule |
|---|
controller, sequenceInit |
| Fields inherited from class com.filenet.wcm.toolkit.server.ui.WcmMultiPanelModule |
|---|
currentModule, currentPanel, currentPanelNumber, panelList |
| Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
|---|
locale, NAME_DELIMITER |
Constructor Summary
| Constructor and Description |
|---|
WcmAddCustomObjectWizard()
Constructor calls base class constructor, then creates the required pages.
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
configureSummary()
Writes the actual contents of the status bar.
|
getFolderSelectionWizardPage()
Get accessor returns WcmFolderSelectionWizardPage
|
|
getPropertiesWizardPage()
Get accessor returns WcmPropertiesWizardPage
|
|
getSecurityWizardPage()
Get accessor returns WcmSecurityWizardPage
|
|
|
initialize()
This method queries for the Authoring and Navigation data providers, then
adds each page to the wizard.
|
|
onFinish(javax.servlet.http.HttpServletRequest request,javax.servlet.http.HttpServletResponse response)
Called in response to a finish wizard request.
|
| Methods inherited from class com.filenet.wcm.apps.server.ui.WcmWizardModule |
|---|
addPanel, addPanelSelectionAnchor, addSummaryItem, addSummaryItem, getAnchor, getAnchor, getFooter, getPageBanner, getSummaryModule, getTabBar, getTextLinksBar, isBackEnabled, isFinishEnabled, isNextEnabled, isPanelEnabled, okayToProceed, onSelectPanel, onStartPage, render, setCancelLinkText, setCurrentPanelSelection, setFinishLinkText, setIsFinished, setMultiPanelModuleTitle, setNextLinkText, setPreviousLinkText |
| Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmMultiPanelSequenceModule |
|---|
cancelAll, onCancel, onNext, onPrevious, selectPanel, selectPanel |
| Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmMultiPanelModule |
|---|
addPanel, addPanel, addPanel, getCurrentModule, getCurrentPanel, getFormName, getModule, getMultiPanelModuleTitle, getMultiPanelModuleTitleString, getPanel, onExit, selectPanel, setMultiPanelModuleTitle, setMultiPanelModuleTitle |
| 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, 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 |
|---|
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.WcmModuleInterface |
|---|
addDataProvider, cleanup, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent |
Constructor Detail
WcmAddCustomObjectWizard
- public WcmAddCustomObjectWizard( )
- throws java.lang.Exception
Constructor calls base class constructor, then creates the required pages.
Throws:
java.lang.Exception - If there were problems constructing the module. Method Detail
initialize
- public void initialize()
- throws java.lang.Exception
This method queries for the Authoring and Navigation data providers, then
adds each page to the wizard. It also sets the wizard tab and the done
URL.
Specified by:
initialize in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
Overrides:
initialize in class WcmWizardModule
Throws:
java.lang.Exception - If a data provider was not found. configureSummary
- protected void configureSummary( )
- throws java.lang.Exception
Writes the actual contents of the status bar.
Overrides:
configureSummary in class WcmWizardModule
Throws:
java.lang.Exception - If a there were problems retrieving summary data. onFinish
- public void onFinish(javax.servlet.http.HttpServletRequest request,
- javax.servlet.http.HttpServletResponse response)
- throws java.lang.Exception
Called in response to a finish wizard request. It
releases module properties and calls the base class method.
Overrides:
onFinish in class com.filenet.wcm.toolkit.server.ui.WcmMultiPanelSequenceModule
Parameters:
request - HttpServletRequest object response - HttpServletResponse object Throws:
java.lang.Exception - if there were problems completing the operation. getFolderSelectionWizardPage
- public WcmFolderSelectionWizardPage getFolderSelectionWizardPage( )
Get accessor returns WcmFolderSelectionWizardPage
Returns:
WcmFolderSelectionWizardPage
getPropertiesWizardPage
- public WcmPropertiesWizardPage getPropertiesWizardPage( )
Get accessor returns WcmPropertiesWizardPage
Returns:
WcmPropertiesWizardPage
getSecurityWizardPage
- public WcmSecurityWizardPage getSecurityWizardPage( )
Get accessor returns WcmSecurityWizardPage
Returns:
WcmSecurityWizardPage