The frameworkFormHandler interface contains the following properties, which correspond to the properties contained by a framework action:

Property

Description

nextStepsMenuId

Property that identifies the next steps menu to render for the action

panelIds

Array property that lists the panels to refresh for the action

panelStackIds

Array property that lists the panel stacks to refresh for the action

tabId

Property that specifies a tab change for actions that require a tab change

treeTableIds

Array property that lists the tree tables to refresh for the action.

The FrameworkServlet inserts an object implementing the Framework interface into every servlet request. This object contains the framework parameters to be refreshed on the request. The Framework object contains the following properties:

Property

Description

cellId

Property that specifies a cell or region ID for actions that require showing or hiding columns

dynamicIncludes

Set property containing JSP pages to include in addition to framework.jsp

nextStepsMenuId

ID of the next steps menu to render

panelIds

Set property that lists the panels to refresh for the action

panelStackIds

Set property that lists the panel stacks to refresh for the action

tabId

Property that specifies a tab ID for actions that require a tab change

 
loading table of contents...