Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.webclient.system.controller.PageInstance

  • Packages that use PageInstance 
    Package Description
    com.ibm.tivoli.maximo.map  
    psdi.webclient.components  
    psdi.webclient.controls  
    psdi.webclient.system.controller  
    psdi.webclient.system.erm  
    psdi.webclient.system.runtime  
    psdi.webclient.system.session  
    • Uses of PageInstance in com.ibm.tivoli.maximo.map

      Constructors in com.ibm.tivoli.maximo.map with parameters of type PageInstance 
      Constructor and Description
      MapDialogLoader(WebClientSession clientSession, PageInstance dialogInstance) 
      MapDialogLoader(WebClientSession clientSession, PageInstance dialogInstance, ControlInstance creator) 
      MapDialogLoader(WebClientSession clientSession, PageInstance dialogInstance, java.lang.String objectName, java.lang.String dialogWhereClause, ControlInstance creator) 
      MapDialogLoader(WebClientSession clientSession, PageInstance dialogInstance, java.lang.String objectName, java.lang.String dialogWhereClause, java.util.Map optionalParameters, ControlInstance creator) 
    • Uses of PageInstance in psdi.webclient.components

      Methods in psdi.webclient.components with parameters of type PageInstance 
      Modifier and Type Method and Description
      int PageComponent.renderDialog(PageInstance dialog, boolean isRerendering) 
    • Uses of PageInstance in psdi.webclient.controls

      Subclasses of PageInstance in psdi.webclient.controls 
      Modifier and Type Class and Description
      class  Action 
      class  Dialog
      Implements specific functionality for the dialog boxes
      class  Messagebox
      Implements specific functionality for the message boxes
      Methods in psdi.webclient.controls that return PageInstance 
      Modifier and Type Method and Description
      PageInstance RecordHover.getPage() 
      Methods in psdi.webclient.controls with parameters of type PageInstance 
      Modifier and Type Method and Description
      void TableBody.checkRecordLock(PageInstance page, java.util.List colControls)
      Checks if this control is on a ResultsBean and Application Record Locking is enabled.
      java.lang.String ToolbarCombobox.createRenderId(java.lang.String id, PageInstance page) 
      java.lang.String Toolbar.createRenderId(java.lang.String id, PageInstance page) 
      java.lang.String TitleBar.createRenderId(java.lang.String id, PageInstance page) 
      java.lang.String Table.createRenderId(java.lang.String id, PageInstance page) 
      java.lang.String QuickSearch.createRenderId(java.lang.String id, PageInstance page) 
      static RecordHover RecordHover.newInstance(ComponentInstance sourceComponent, org.w3c.dom.Element element, PageInstance page) 
    • Uses of PageInstance in psdi.webclient.system.controller

      Subclasses of PageInstance in psdi.webclient.system.controller 
      Modifier and Type Class and Description
      class  AppInstance 
      class  DialogInstance 
      Methods in psdi.webclient.system.controller that return PageInstance 
      Modifier and Type Method and Description
      PageInstance AppInstance.createPageInstance(WebClientSession wcs, org.w3c.dom.Element el)
      helper method to create a page instance and initialize it.
      PageInstance AppInstance.createPageInstance(WebClientSession wcs, org.w3c.dom.Element el, boolean loadDialogEntity)
      helper method to create a page instance and initialize it.
      PageInstance AppInstance.getApplicationPage()
      Helper method to get the current page that is on the page stack
      PageInstance AppInstance.getCurrentPage()
      Helper method to get the current page that is on the page stack
      PageInstance BaseInstance.getPage()
      Get the PageInstance that this control belongs to.
      PageInstance AppInstance.getPreviousPage() 
      PageInstance AppInstance.popPage()
      Removes the current page instance from the stack.
      PageInstance AppInstance.popPage(PageInstance page)
      Removes the specified page instance from the stack.
      PageInstance AppInstance.popPage(PageInstance page, boolean removeImmediately)
      Removes the specified page instance from the stack.
      Methods in psdi.webclient.system.controller with parameters of type PageInstance 
      Modifier and Type Method and Description
      java.lang.String ControlInstance.createRenderId(java.lang.String id, PageInstance page) 
      com.ibm.json.java.JSONObject AppInstance.getAutoFillForPage(PageInstance page) 
      PageInstance AppInstance.popPage(PageInstance page)
      Removes the specified page instance from the stack.
      PageInstance AppInstance.popPage(PageInstance page, boolean removeImmediately)
      Removes the specified page instance from the stack.
      void AppInstance.pushPage(PageInstance page)
      Adds a page to the page stack, and is considered the current page.
      void AppInstance.storePageBeans(PageInstance page)
      Stores temporarily the DataBeans from the closed dialog until the request is processed.
    • Uses of PageInstance in psdi.webclient.system.erm

      Methods in psdi.webclient.system.erm with parameters of type PageInstance 
      Modifier and Type Method and Description
      com.ibm.json.java.JSONArray UIERMAttribute.createTakesValueList(PageInstance page)
      Returns a JSONArray containing a the render id's of the takesvalue BoundComponentInstances that are bound to this attribute.
    • Uses of PageInstance in psdi.webclient.system.runtime

      Methods in psdi.webclient.system.runtime with parameters of type PageInstance 
      Modifier and Type Method and Description
      boolean ToolbarDescriptor.canCreateControl(PageInstance page, ControlInstance parentControl, org.w3c.dom.Element element)
      Can be overridden to allow a control to setup rules for creation
      boolean ToolbarComboboxDescriptor.canCreateControl(PageInstance page, ControlInstance parentControl, org.w3c.dom.Element element)
      Can be overridden to allow a control to setup rules for creation
      boolean QuickSearchDescriptor.canCreateControl(PageInstance page, ControlInstance parentControl, org.w3c.dom.Element element)
      Can be overridden to allow a control to setup rules for creation
      boolean InRecHoverControlDescriptor.canCreateControl(PageInstance page, ControlInstance parentControl, org.w3c.dom.Element element)
      Returns false.
      boolean ControlDescriptor.canCreateControl(PageInstance page, ControlInstance parentControl, org.w3c.dom.Element element)
      Can be overridden to allow a control to setup rules for creation
      com.ibm.json.java.JSONObject DataStoreInfo.getAsJSON(PageInstance page) 
      com.ibm.json.java.JSONObject DataStoreInfo.getFiltersAsJSON(PageInstance page) 
      com.ibm.json.java.JSONObject DataStoreInfo.getSetValuesAsJSON(PageInstance page) 
    • Uses of PageInstance in psdi.webclient.system.session

      Methods in psdi.webclient.system.session that return PageInstance 
      Modifier and Type Method and Description
      PageInstance WebClientSession.findDialog(java.lang.String dialogId)
      Returns the dialog control instance with the supplied id if it exists.
      PageInstance WebClientSession.getCurrentPage()
      Returns the current app's current page instance.
      Methods in psdi.webclient.system.session with parameters of type PageInstance 
      Modifier and Type Method and Description
      java.lang.String WebClientSession.getLeftNavWidth(PageInstance page) 
      boolean WebClientSession.showSystemNavBar(PageInstance page)
      Checks system property and app override to determine whether we should show the system navbar
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes