|
||||||||||
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.apps.server.ui.info.prefs.PrefCompoundDocumentInfo
This is the Compound Document site preference info page.
Field Summary | |
protected static java.lang.String |
ACCESS_ROLE_PREFS
|
protected PrefCompoundDocumentObjectStoreInfoPage |
accessRolePrefs
|
protected static java.lang.String |
GENERAL_PREFS
|
protected PrefCompoundDocumentInfoPage |
generalPrefs
|
static java.lang.String |
PAGE_ID
|
protected static java.lang.String |
SELECTED_TAB_KEY
|
protected java.lang.String |
selectedTab
|
protected WcmTreeView |
treeModule
|
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Constructor Summary | |
PrefCompoundDocumentInfo()
|
Method Summary | |
void |
configureTree(int panelNumber)
Setup tree module with sub-modules tabs and selected one. |
java.lang.String |
getFormName()
Returns form name. |
java.util.Iterator |
getValidationErrors()
Returns validation errors |
void |
initialize()
|
boolean |
isApplyButtonRequired()
Need apply button in this case. |
boolean |
isModified()
Returns true if the information displayed by this panel was modifies by user |
void |
onSelectTab(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Sets initial values for rendering of one of the sub compound document options (General or Access Roles) |
void |
panelFinish(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Panel finish event handler. |
void |
panelSave(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Panel save event handler. |
boolean |
panelValidate()
This methods gets called automatically by WcmMultiPanelModule |
void |
render(java.io.Writer w)
|
void |
setTree(WcmTreeView treeModule)
|
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 |
Field Detail |
public static final java.lang.String PAGE_ID
protected static final java.lang.String SELECTED_TAB_KEY
protected static final java.lang.String GENERAL_PREFS
protected static final java.lang.String ACCESS_ROLE_PREFS
protected PrefCompoundDocumentInfoPage generalPrefs
protected PrefCompoundDocumentObjectStoreInfoPage accessRolePrefs
protected java.lang.String selectedTab
protected WcmTreeView treeModule
Constructor Detail |
public PrefCompoundDocumentInfo() throws java.lang.Exception
Method Detail |
public void initialize() throws java.lang.Exception
initialize
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
java.lang.Exception
public void setTree(WcmTreeView treeModule)
public void configureTree(int panelNumber) throws java.lang.Exception
java.lang.Exception
public java.lang.String getFormName()
getFormName
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
public void render(java.io.Writer w) throws java.lang.Exception
render
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
java.lang.Exception
public void onSelectTab(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
request
- HttpServletRequest is the JSP request object.response
- HttpServletResponse is the JSP response object.
java.lang.Exception
- If there are problems retrieving data.public void panelFinish(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
panelFinish
in interface com.filenet.wcm.toolkit.server.base.WcmPanelInterface
request
- HttpServletRequest is the JSP request object.response
- HttpServletResponse is the jsp response object.
java.lang.Exception
public void panelSave(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
panelSave
in interface com.filenet.wcm.toolkit.server.base.WcmPanelInterface
request
- HttpServletRequest is the JSP request object.response
- HttpServletResponse is the jsp response object.
java.lang.Exception
public boolean panelValidate() throws java.lang.Exception
panelValidate
in interface com.filenet.wcm.toolkit.server.base.WcmPanelValidationInterface
java.lang.Exception
public java.util.Iterator getValidationErrors()
getValidationErrors
in interface com.filenet.wcm.toolkit.server.base.WcmPanelValidationInterface
public boolean isModified() throws java.lang.Exception
isModified
in interface com.filenet.wcm.toolkit.server.base.WcmViewPanelInterface
java.lang.Exception
public boolean isApplyButtonRequired() throws java.lang.Exception
isApplyButtonRequired
in interface com.filenet.wcm.toolkit.server.base.WcmViewPanelInterface
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |