|
||||||||||
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.ui.info.WcmPropertiesInfoPage
com.filenet.wcm.apps.server.ui.info.compounddocument.ComponentRelationshipPropertiesInfoPage
This class handles output of Compound Document Component Relationship class properties
Nested Class Summary | |
class |
ComponentRelationshipPropertiesInfoPage.ChildDocumentPathModule
|
class |
ComponentRelationshipPropertiesInfoPage.ParentDocumentPathModule
|
Nested classes inherited from class com.filenet.wcm.apps.server.ui.info.WcmPropertiesInfoPage |
WcmPropertiesInfoPage.OVPReader |
Field Summary |
Fields inherited from class com.filenet.wcm.apps.server.ui.info.WcmPropertiesInfoPage |
adp, aState, classLabel, controller, exceptions, isInfoPage, nType, propCacheKey, rootClassId, showCompoundDocument |
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 |
ComponentRelationshipPropertiesInfoPage()
Constructor sets the name. |
|
ComponentRelationshipPropertiesInfoPage(int type)
Constructor sets the Property type to one of the static int values defined above. |
Method Summary | |
java.lang.String |
getClassName()
Provides the class name for display. |
ComponentRelationshipRef |
getComponentRelationshipRef()
|
protected org.w3c.dom.Document |
getOutputXML()
Gets the Document interface on the properties XML |
protected org.w3c.dom.Document |
getPropertiesXML()
Gets the Document interface on the properties XML. |
void |
initialize()
Initializes data providers, XSL parameters, the authoring state and other state values. |
boolean |
isApplyButtonRequired()
Tells the Info page if it should put up an Apply button. |
boolean |
isFinished()
|
void |
onClearValue(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
onSelect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
onSelectDocument(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
onSelectValue(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
onSetChoice(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
onSetClass(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
onStartPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Set XSL parameters and other setup before showing the property page. |
void |
onSubmit(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This event updates the output XML from the request data. |
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)
Calls setProperties on the object. |
void |
panelInit()
Initializes module |
void |
panelSave(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Initializes module |
boolean |
panelValidate()
Called on a page to check any entered data to confirm that everything is valid. |
void |
render(java.io.Writer w)
Renders the component link properties page. |
void |
reset()
Resets data provider and module properties. |
void |
setSelectedClass(java.lang.String newClassId)
Set the select class. |
Methods inherited from class com.filenet.wcm.apps.server.ui.info.WcmPropertiesInfoPage |
cleanup, getExceptions, getFormName, getShowCompoundDocument, getValidationErrors, initializePropertiesWithCommandXml, isModified, onAddChild, onChangePage, onCollapse, onExpand, onGetInfo, onSelectObject, onSetObject, onShowChildren, onSystemProperties, onUpdateChild, pageValidate, panelInitClientProperties, removeSingleProperty, setFormName, setReadOnly, setRootClass, showCompoundDocument, showSelectClassLink, showSingleProperty, transformXML |
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, 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, 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, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent |
Constructor Detail |
protected ComponentRelationshipPropertiesInfoPage() throws java.lang.Exception
java.lang.Exception
public ComponentRelationshipPropertiesInfoPage(int type) throws java.lang.Exception
type
- One of the defined int field types.
java.lang.Exception
Method Detail |
public void initialize() throws java.lang.Exception
initialize
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
initialize
in class WcmPropertiesInfoPage
java.lang.Exception
public void onStartPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
onStartPage
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
onStartPage
in class WcmPropertiesInfoPage
request
- HttpServletRequest objectresponse
- HttpServletResponse object
java.lang.Exception
public void render(java.io.Writer w) throws java.lang.Exception
render
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
render
in class WcmPropertiesInfoPage
w
- Writer object to write to.
java.lang.Exception
public void onSelect(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
java.lang.Exception
public void onSelectDocument(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
java.lang.Exception
public void onSelectValue(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
java.lang.Exception
public void onSetChoice(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
java.lang.Exception
public void onClearValue(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
java.lang.Exception
protected org.w3c.dom.Document getPropertiesXML() throws java.lang.Exception
getPropertiesXML
in class WcmPropertiesInfoPage
java.lang.Exception
protected org.w3c.dom.Document getOutputXML() throws java.lang.Exception
WcmPropertiesInfoPage
getOutputXML
in class WcmPropertiesInfoPage
java.lang.Exception
public void setSelectedClass(java.lang.String newClassId) throws java.lang.Exception
setSelectedClass
in class WcmPropertiesInfoPage
newClassId
- String new object class id
java.lang.Exception
public void onSetClass(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
onSetClass
in class WcmPropertiesInfoPage
java.lang.Exception
public boolean panelValidate() throws java.lang.Exception
panelValidate
in interface com.filenet.wcm.toolkit.server.base.WcmPanelValidationInterface
panelValidate
in class WcmPropertiesInfoPage
java.lang.Exception
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
panelFinish
in class WcmPropertiesInfoPage
request
- HttpServletRequest objectresponse
- HttpServletResponse 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
panelSave
in class WcmPropertiesInfoPage
request
- HttpServletRequest objectresponse
- HttpServletResponse object
java.lang.Exception
public void reset() throws java.lang.Exception
reset
in class WcmPropertiesInfoPage
java.lang.Exception
public void panelInit() throws java.lang.Exception
panelInit
in interface com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface
java.lang.Exception
public void panelCancel(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
panelCancel
in interface com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface
request
- response
-
java.lang.Exception
public void onSubmit(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
WcmPropertiesInfoPage
onSubmit
in class WcmPropertiesInfoPage
request
- HttpServletRequest objectresponse
- HttpServletResponse object
java.lang.Exception
public java.lang.String getClassName() throws java.lang.Exception
getClassName
in class WcmPropertiesInfoPage
java.lang.Exception
public boolean isFinished()
isFinished
in interface com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface
public boolean isApplyButtonRequired() throws java.lang.Exception
isApplyButtonRequired
in interface com.filenet.wcm.toolkit.server.base.WcmViewPanelInterface
isApplyButtonRequired
in class WcmPropertiesInfoPage
java.lang.Exception
public ComponentRelationshipRef getComponentRelationshipRef()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |