com.filenet.wcm.apps.server.ui.wizard
Class SelectProfileWizardPage
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.apps.server.ui.wizard.SelectProfileWizardPage
- All Implemented Interfaces:
- com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmPanelInterface, com.filenet.wcm.toolkit.server.base.WcmPanelValidationInterface, com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
- public class SelectProfileWizardPage
- extends com.filenet.wcm.toolkit.server.base.WcmUiModule
- implements com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface, com.filenet.wcm.toolkit.server.base.WcmPanelValidationInterface
Field Summary |
protected com.filenet.wcm.toolkit.server.base.WcmController |
controller
|
protected com.filenet.wcm.toolkit.server.util.prefs.PrefsLabel |
profileLabel
|
protected com.filenet.wcm.toolkit.server.util.prefs.PrefsLabel |
profilesLabel
|
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Method Summary |
java.lang.String |
getFormName()
|
java.lang.String |
getSummary()
|
java.util.Iterator |
getValidationErrors()
Returns validation errors |
void |
initialize()
|
boolean |
isFinished()
Returns true when the action served by this panel is completed |
void |
onReset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
onSelect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
onSetPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
panelCancel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Event that occurs when user cancels the action |
void |
panelFinish(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This event occurs when user applies changes in a panel |
void |
panelInit()
Initializes module |
void |
panelSave(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This event occurs when user switches between panels in WcmMultiPanelModule |
boolean |
panelValidate()
This methods gets called automatically by WcmMultiPanelModule |
void |
render(java.io.Writer w)
Renders the File selection page |
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 |
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 |
controller
protected com.filenet.wcm.toolkit.server.base.WcmController controller
profilesLabel
protected com.filenet.wcm.toolkit.server.util.prefs.PrefsLabel profilesLabel
profileLabel
protected com.filenet.wcm.toolkit.server.util.prefs.PrefsLabel profileLabel
SelectProfileWizardPage
public SelectProfileWizardPage()
initialize
public void initialize()
throws java.lang.Exception
- Specified by:
initialize
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
- Throws:
java.lang.Exception
panelValidate
public boolean panelValidate()
throws java.lang.Exception
- This methods gets called automatically by WcmMultiPanelModule
- Specified by:
panelValidate
in interface com.filenet.wcm.toolkit.server.base.WcmPanelValidationInterface
- Returns:
- true is valid
- Throws:
java.lang.Exception
getValidationErrors
public java.util.Iterator getValidationErrors()
- Returns validation errors
- Specified by:
getValidationErrors
in interface com.filenet.wcm.toolkit.server.base.WcmPanelValidationInterface
- Returns:
- Iterator
panelInit
public void panelInit()
throws java.lang.Exception
- Initializes module
- Specified by:
panelInit
in interface com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface
- Throws:
java.lang.Exception
panelCancel
public void panelCancel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Event that occurs when user cancels the action
- Specified by:
panelCancel
in interface com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface
- Parameters:
request
- response
-
- Throws:
java.lang.Exception
isFinished
public boolean isFinished()
throws java.lang.Exception
- Returns true when the action served by this panel is completed
- Specified by:
isFinished
in interface com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface
- Returns:
- true or false
- Throws:
java.lang.Exception
panelSave
public void panelSave(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- This event occurs when user switches between panels in WcmMultiPanelModule
- Specified by:
panelSave
in interface com.filenet.wcm.toolkit.server.base.WcmPanelInterface
- Parameters:
request
- response
-
- Throws:
java.lang.Exception
panelFinish
public void panelFinish(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- This event occurs when user applies changes in a panel
- Specified by:
panelFinish
in interface com.filenet.wcm.toolkit.server.base.WcmPanelInterface
- Parameters:
request
- response
-
- Throws:
java.lang.Exception
render
public void render(java.io.Writer w)
throws java.lang.Exception
- Renders the File selection page
- Specified by:
render
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
- Parameters:
w
- Writer object to write to.
- Throws:
java.lang.Exception
getSummary
public java.lang.String getSummary()
onSelect
public void onSelect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Throws:
java.lang.Exception
getFormName
public java.lang.String getFormName()
- Specified by:
getFormName
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
onReset
public void onReset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Throws:
java.lang.Exception
onSetPage
public void onSetPage(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.