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.ComponentInstance

  • Packages that use ComponentInstance 
    Package Description
    com.ibm.tivoli.maximo.map  
    com.ibm.tivoli.maximo.map.data  
    com.ibm.tivoli.maximo.map.dispatcher  
    com.ibm.tivoli.maximo.oslc.consumer.webclient.component  
    com.ibm.tivoli.maximo.skd.control.chart  
    psdi.webclient.components  
    psdi.webclient.controls  
    psdi.webclient.system.beans  
    psdi.webclient.system.controller  
    psdi.webclient.system.runtime  
    psdi.webclient.system.session  
    • Uses of ComponentInstance in com.ibm.tivoli.maximo.map

      Subclasses of ComponentInstance in com.ibm.tivoli.maximo.map 
      Modifier and Type Class and Description
      class  MapComponent
      Listen to action over this component
      class  OpenMapComponent
      Listen to action over this component
      class  RouteComponent
      Controller for the Route component.
    • Uses of ComponentInstance in com.ibm.tivoli.maximo.map.data

      Subclasses of ComponentInstance in com.ibm.tivoli.maximo.map.data 
      Modifier and Type Class and Description
      class  GpsDataCollectorComponent 
    • Uses of ComponentInstance in com.ibm.tivoli.maximo.map.dispatcher

      Subclasses of ComponentInstance in com.ibm.tivoli.maximo.map.dispatcher 
      Modifier and Type Class and Description
      class  MapDispatcherComponent 
    • Uses of ComponentInstance in com.ibm.tivoli.maximo.oslc.consumer.webclient.component

      Subclasses of ComponentInstance in com.ibm.tivoli.maximo.oslc.consumer.webclient.component 
      Modifier and Type Class and Description
      class  OslcInteractionComponent 
    • Uses of ComponentInstance in com.ibm.tivoli.maximo.skd.control.chart

      Subclasses of ComponentInstance in com.ibm.tivoli.maximo.skd.control.chart 
      Modifier and Type Class and Description
      class  SimpleChartComponent
      The base chart component
    • Uses of ComponentInstance in psdi.webclient.components

      Subclasses of ComponentInstance in psdi.webclient.components 
      Modifier and Type Class and Description
      class  BIMTarget
      Component class to expose an API for integrating 3D BIM viewers with Maximo.
      class  BIMViewer
      Component class to expose an API for integrating 3D BIM viewers with Maximo.
      class  ButtonAutoClick 
      class  ButtonGroup 
      class  CalendarTextBox
      Provides custom functionality to the textboxes used in the Calendar control, which are not bound to a data attribute
      class  Checkbox 
      class  ComboboxText
      Display a value same as what the user has selected from the dropdown box.
      class  Controls 
      class  DefaultValue
      Component defaultvalue properties are all defined in the component registry, but they are not transferred - so always go to the control to get them
      property-list
      designonly - true by default datasrc dataattribute value fromdatasrc fromattribute defaulttype
      class  DialogLabel
      Used to set the renderid of dialog labels so we can use them for tabindex wrapping to keep user on a dialog
      class  GLNavigator 
      class  Iframe 
      class  Image 
      class  Label 
      class  LongDescriptionTitle 
      class  MenuBar 
      class  NavSection 
      class  PageComponent 
      class  Pushbutton
      Overwrites the click event because push buttons always send the mxevent to the dialog, while the registry and the presentations do not specify target to the mxevent of the pushbutton component.
      class  QuickSearchTextBox
      Overwrites the click event because push buttons always send the mxevent to the dialog, while the registry and the presentations do not specify target to the mxevent of the pushbutton component
      class  RadioButton 
      class  ReasonChangeDropImage
      Deprecated. 
      - there is no need for this component anymore as reasonchange control uses standard textbox control structure and should actually be removed as a control entirely, unfortunately this is not easy as external groups may be using it.
      class  RecordImage 
      class  RequiredIndicator 
      class  RichTextEditor 
      class  RichTextViewer
      The RichTextViewer object provides the implementation to back the rich text viewer component.
      class  SortImage 
      class  TableCell
      Designed to pass the click of a tablecell to the row control in order to handle setCurrent...
      class  TableToggleDetails
      Designed to allow the table detail image to toggle based on a check method Extended to add some additional logic for state toggling
      class  TableToggleImage 
      class  TextArea 
      class  Textbox 
      class  ToggleImage
      Designed to allow an image to toggle based on a check method.
      class  ToolbarComboboxText 
      class  WhereClauseTextArea
      Component instance and event handler for text area on the whereclause control
    • Uses of ComponentInstance in psdi.webclient.controls

      Methods in psdi.webclient.controls that return ComponentInstance 
      Modifier and Type Method and Description
      ComponentInstance Menus.getParentComponent() 
      ComponentInstance RecordHover.getSourceComponent() 
      Methods in psdi.webclient.controls with parameters of type ComponentInstance 
      Modifier and Type Method and Description
      boolean PortletStateImpl.isPortletNotLoaded(ComponentInstance component)
      Returns true if portlet was never loaded
      boolean PortletState.isPortletNotLoaded(ComponentInstance component)
      Returns true if portlet was never loaded
      static RecordHover RecordHover.newInstance(ComponentInstance sourceComponent, org.w3c.dom.Element element, PageInstance page) 
      void RadioButtonGroup.setRadioButtonsComponent(ComponentInstance comp) 
      void RecordHover.setSourceComponent(ComponentInstance sourceComponent) 
    • Uses of ComponentInstance in psdi.webclient.system.beans

      Fields in psdi.webclient.system.beans declared as ComponentInstance 
      Modifier and Type Field and Description
      protected ComponentInstance DataBean.returnComponent 
      Methods in psdi.webclient.system.beans that return ComponentInstance 
      Modifier and Type Method and Description
      ComponentInstance DataBean.getReturnComponent() 
      Methods in psdi.webclient.system.beans with parameters of type ComponentInstance 
      Modifier and Type Method and Description
      void DataBean.applyValuesToSharedAttributes(ComponentInstance component)
      Deprecated.  
      boolean DataBean.applyValuesToSharedAttributes(ComponentInstance component, java.lang.String value)
      When we do a setvalue on a shared attribute we need to update the cached value on all of the BoundComponents that share it so they can update if they change.
      void DataBean.setReturnComponent(ComponentInstance comp) 
    • Uses of ComponentInstance in psdi.webclient.system.controller

      Subclasses of ComponentInstance in psdi.webclient.system.controller 
      Modifier and Type Class and Description
      class  BoundComponentInstance 
      class  DynamicAttributeComponent 
      class  UnboundComponentInstance
      Creates a general component class for components that may not be unbound.
      Fields in psdi.webclient.system.controller declared as ComponentInstance 
      Modifier and Type Field and Description
      protected ComponentInstance BoundComponentInstance.componentLinkBack 
      protected ComponentInstance WebClientEvent.sourceComponentInstance 
      Methods in psdi.webclient.system.controller that return ComponentInstance 
      Modifier and Type Method and Description
      ComponentInstance ControlInstance.findComponentByDescriptorId(java.lang.String componentId)
      This method searches this control's components and returns the ComponentInstance whose descriptor id matches passed in id.
      ComponentInstance ComponentInstance.findComponentByDescriptorId(java.lang.String id)
      This method searches the child component list of this component for the component whose descriptor id matches passed in id.
      ComponentInstance ControlInstance.findUseForLablledByComponent() 
      ComponentInstance ControlInstance.getComponent(java.lang.String id)
      Look in the pages in the page stack for a component instance with the given id.
      ComponentInstance PageInstance.getComponentInstance(java.lang.String id)
      method to return a particular ComponentInstance from the PageInstance
      static ComponentInstance ComponentInstance.getCurrent(javax.servlet.ServletRequest request)
      Gets the current component instance from the request or session
      ComponentInstance BoundComponentInstance.getLinkBack()
      Used to get the original component in a linkedcomponent scenario
      ComponentInstance ComponentInstance.getLinkedComponentInstance()
      Returns the linked component instance if the linkedcomponent property for the component is set.
      ComponentInstance WebClientEvent.getSourceComponentInstance() 
      Methods in psdi.webclient.system.controller with parameters of type ComponentInstance 
      Modifier and Type Method and Description
      void ControlInstance.addComponent(ComponentInstance component) 
      boolean ControlInstance.hasRecordHover(ComponentInstance component) 
      void AppInstance.setRecHover(org.w3c.dom.Element rhElement, ComponentInstance sourceComponent)
      Create the control instance that is the record hover instance for the current record
      void WebClientEvent.setSourceComponent(ComponentInstance sourceComponent) 
      Constructors in psdi.webclient.system.controller with parameters of type ComponentInstance 
      Constructor and Description
      WebClientEvent(java.lang.String type, java.lang.String targetId, java.lang.Object value, WebClientSession wcs, ComponentInstance source)
      Use this constructor to create an event and force it's source component and control
    • Uses of ComponentInstance in psdi.webclient.system.runtime

      Methods in psdi.webclient.system.runtime that return ComponentInstance 
      Modifier and Type Method and Description
      ComponentInstance BindingDefinition.findFocusComponent(ControlInstance control) 
      ComponentInstance BindingDefinition.findNotifyComponent(ControlInstance control) 
      Methods in psdi.webclient.system.runtime with parameters of type ComponentInstance 
      Modifier and Type Method and Description
      protected java.lang.String ComponentDescriptor.createComponentId(ControlInstance control, ComponentInstance instance) 
      static java.lang.String[] BidiClientUtils.getTagAttributes(ComponentInstance component, AppInstance app, java.lang.String value, boolean includeHandlers) 
      static java.lang.String[] BidiClientUtils.getTagAttributes(ComponentInstance component, AppInstance app, java.lang.String value, boolean includeHandlers, java.lang.String langCode) 
    • Uses of ComponentInstance in psdi.webclient.system.session

      Methods in psdi.webclient.system.session that return ComponentInstance 
      Modifier and Type Method and Description
      ComponentInstance WebClientSession.getLongOpComponent() 
      Methods in psdi.webclient.system.session with parameters of type ComponentInstance 
      Modifier and Type Method and Description
      void WebClientSession.setLongOpComponent(ComponentInstance longOp) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes