Uses of Class
planetj.dataengine.display.LayoutDisplayPropertyGroup

Packages that use LayoutDisplayPropertyGroup
planetj.dataengine   
planetj.dataengine.application   
planetj.dataengine.application.magic   
planetj.dataengine.display   
planetj.dataengine.operation   
planetj.dataengine.security.http   
planetj.dataengine.theme   
planetj.magic   
 

Uses of LayoutDisplayPropertyGroup in planetj.dataengine
 

Methods in planetj.dataengine that return LayoutDisplayPropertyGroup
static LayoutDisplayPropertyGroup DataEngineManager.getCurrentLayout(HttpServletRequest request)
          Gets the current layout properties.
static LayoutDisplayPropertyGroup DataEngineManager.getLayoutProperties(HttpServletRequest request)
          Gets the current layout properties from the navigation request.
static LayoutDisplayPropertyGroup DataEngineManager.getLayoutProperties(boolean create, HttpServletRequest request)
          Gets the current layout properties from the navigation request.
 

Methods in planetj.dataengine with parameters of type LayoutDisplayPropertyGroup
static java.lang.String TabManager.prepareTabs(LayoutDisplayPropertyGroup layout, HttpServletRequest req)
          Prepares the system for displaying tabs, returning the body JSP which should be displayed.
static void DataEngineServlet.setLayoutProperties(LayoutDisplayPropertyGroup layoutProperties, HttpServletRequest request)
          Deprecated.  
static void DataEngineManager.setLayoutProperties(LayoutDisplayPropertyGroup layoutProperties, HttpServletRequest request)
          Sets layout properties int the current navigation request.
 

Uses of LayoutDisplayPropertyGroup in planetj.dataengine.application
 

Methods in planetj.dataengine.application that return LayoutDisplayPropertyGroup
 LayoutDisplayPropertyGroup DataEngineApplicationBuilderServlet.getLayoutProperties()
           
 LayoutDisplayPropertyGroup Application.getLayoutProperties()
          Gets this application's layout properties
 

Uses of LayoutDisplayPropertyGroup in planetj.dataengine.application.magic
 

Methods in planetj.dataengine.application.magic that return LayoutDisplayPropertyGroup
protected  LayoutDisplayPropertyGroup DirectOperationRequest.configureLayout(Operation op, Application app, HttpServletRequest req)
          Configures the layout display properties for the directly executed operation
 

Methods in planetj.dataengine.application.magic with parameters of type LayoutDisplayPropertyGroup
 java.lang.String WABDispatcherRequest.getNextURI(LayoutDisplayPropertyGroup layoutTemplate)
          Get the URI of the next page to call.
 java.lang.String RunJavaOperationRequest.getNextURI(LayoutDisplayPropertyGroup layoutTemplate)
          Get the URI of the next page to call.
 

Uses of LayoutDisplayPropertyGroup in planetj.dataengine.display
 

Fields in planetj.dataengine.display declared as LayoutDisplayPropertyGroup
static LayoutDisplayPropertyGroup LayoutDisplayPropertyGroup.SKINNY
          A predifined layout display with no TOC, header, or footer
 

Methods in planetj.dataengine.display that return LayoutDisplayPropertyGroup
 LayoutDisplayPropertyGroup LayoutDisplayPropertyGroup.cloneLayout()
           
static LayoutDisplayPropertyGroup LayoutDisplayPropertyGroup.updateProperties(LayoutDisplayPropertyGroup current, LayoutDisplayPropertyGroup newProps)
          Updates all properties in the "current" layout from those in the "new" layout
 

Methods in planetj.dataengine.display with parameters of type LayoutDisplayPropertyGroup
static LayoutDisplayPropertyGroup LayoutDisplayPropertyGroup.updateProperties(LayoutDisplayPropertyGroup current, LayoutDisplayPropertyGroup newProps)
          Updates all properties in the "current" layout from those in the "new" layout
 

Uses of LayoutDisplayPropertyGroup in planetj.dataengine.operation
 

Methods in planetj.dataengine.operation that return LayoutDisplayPropertyGroup
 LayoutDisplayPropertyGroup Operation.getLayoutProperties()
          Gets this Operation's layout properties.
 

Uses of LayoutDisplayPropertyGroup in planetj.dataengine.security.http
 

Methods in planetj.dataengine.security.http that return LayoutDisplayPropertyGroup
 LayoutDisplayPropertyGroup ISecured.getLayoutProperties()
           
static LayoutDisplayPropertyGroup GenericSignOn.updateProperties(LayoutDisplayPropertyGroup current, LayoutDisplayPropertyGroup newProps, HttpServletRequest request)
          Deprecated. Just invoked LayoutDisplayPropertyGroup.updateProperties() instead
 

Methods in planetj.dataengine.security.http with parameters of type LayoutDisplayPropertyGroup
static LayoutDisplayPropertyGroup GenericSignOn.updateProperties(LayoutDisplayPropertyGroup current, LayoutDisplayPropertyGroup newProps, HttpServletRequest request)
          Deprecated. Just invoked LayoutDisplayPropertyGroup.updateProperties() instead
 

Uses of LayoutDisplayPropertyGroup in planetj.dataengine.theme
 

Methods in planetj.dataengine.theme that return LayoutDisplayPropertyGroup
 LayoutDisplayPropertyGroup Theme.getLayoutProperties()
          Gets this themes layout properties
 

Uses of LayoutDisplayPropertyGroup in planetj.magic
 

Methods in planetj.magic with parameters of type LayoutDisplayPropertyGroup
 java.lang.String UpdateRequest.getNextURI(LayoutDisplayPropertyGroup layoutTemplate)
          WK (8/23/2002 3:43:43 PM) temporarily override super to allow navigation to go back
 java.lang.String IMagicRequest.getNextURI(LayoutDisplayPropertyGroup layout)
          Get the URI of the page to call after executing the request.
 java.lang.String DeleteRequest.getNextURI(LayoutDisplayPropertyGroup layoutTemplate)
          WK (8/23/2002 3:43:43 PM) temporarily override super to allow navigation to go back
 java.lang.String CancelRequest.getNextURI(LayoutDisplayPropertyGroup layoutTemplate)
          WK (8/23/2002 3:43:43 PM) temporarily override super to allow navigation to go back
 java.lang.String AbstractMagicRequest.getNextURI(LayoutDisplayPropertyGroup layoutTemplate)
          Get the URI of the next page to call.
 void AbstractMagicRequest.setNextURIs(LayoutDisplayPropertyGroup props)