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

  • Packages that use BoundComponentInstance 
    Package Description
    com.ibm.tivoli.maximo.appt.beans  
    com.ibm.tivoli.maximo.map  
    com.ibm.tivoli.maximo.map.data  
    com.ibm.tivoli.maximo.map.dispatcher  
    com.ibm.tivoli.maximo.oslc.consumer.webclient.beans.interaction  
    com.ibm.tivoli.maximo.skd.control.chart  
    psdi.webclient.beans.common  
    psdi.webclient.beans.doclinks  
    psdi.webclient.beans.report  
    psdi.webclient.components  
    psdi.webclient.controls  
    psdi.webclient.system.beans  
    psdi.webclient.system.controller  
    • Uses of BoundComponentInstance in com.ibm.tivoli.maximo.appt.beans

      Methods in com.ibm.tivoli.maximo.appt.beans with parameters of type BoundComponentInstance 
      Modifier and Type Method and Description
      void ApptBookSearchDataBean.bindComponent(BoundComponentInstance boundComponent)
      Saves components instances for query fields.
    • Uses of BoundComponentInstance in com.ibm.tivoli.maximo.map

      Subclasses of BoundComponentInstance 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 BoundComponentInstance in com.ibm.tivoli.maximo.map.data

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

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

      Methods in com.ibm.tivoli.maximo.oslc.consumer.webclient.beans.interaction with parameters of type BoundComponentInstance 
      Modifier and Type Method and Description
      void OslcCommonBean.setValueFromComponent(BoundComponentInstance changedComponent, WebClientEvent event, java.lang.String newValue)
      Will be called when value is set to the field.
      void InteractionGroupAppBean.setValueFromComponent(BoundComponentInstance changedComponent, WebClientEvent event, java.lang.String newValue)
      Will be called when value is set to the field.
    • Uses of BoundComponentInstance in com.ibm.tivoli.maximo.skd.control.chart

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

      Methods in psdi.webclient.beans.common with parameters of type BoundComponentInstance 
      Modifier and Type Method and Description
      void ViewWOPMsBeanLoc.setValueFromComponent(BoundComponentInstance changedComponent, WebClientEvent event, java.lang.String newValue) 
    • Uses of BoundComponentInstance in psdi.webclient.beans.doclinks

      Methods in psdi.webclient.beans.doclinks with parameters of type BoundComponentInstance 
      Modifier and Type Method and Description
      void DocLinksControlBean.setValueFromComponent(BoundComponentInstance changedComponent, WebClientEvent event, java.lang.String newValue) 
    • Uses of BoundComponentInstance in psdi.webclient.beans.report

      Methods in psdi.webclient.beans.report with parameters of type BoundComponentInstance 
      Modifier and Type Method and Description
      boolean ReportDialogBean.isLookupMultiSelect(BoundComponentInstance component, boolean isQueryInput) 
    • Uses of BoundComponentInstance in psdi.webclient.components

      Subclasses of BoundComponentInstance 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  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  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  Image 
      class  Label 
      class  LongDescriptionTitle 
      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  RecordImage 
      class  RequiredIndicator 
      class  RichTextEditor 
      class  RichTextViewer
      The RichTextViewer object provides the implementation to back the rich text viewer component.
      class  SortImage 
      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 BoundComponentInstance in psdi.webclient.controls

      Methods in psdi.webclient.controls with parameters of type BoundComponentInstance 
      Modifier and Type Method and Description
      void Table.childHasError(BoundComponentInstance childWithError, SetValueError newError) 
    • Uses of BoundComponentInstance in psdi.webclient.system.beans

      Methods in psdi.webclient.system.beans with parameters of type BoundComponentInstance 
      Modifier and Type Method and Description
      void DataBean.bindComponent(BoundComponentInstance boundComponent) 
      boolean DataBean.isLookupMultiSelect(BoundComponentInstance boundComponentInstance, boolean isQueryInput)
      Override this method in individual beans if other application-specific factors need to be considered in addition to whether or not the control is query-based to determine if a lookup is MultiSelect or not.
      void DataBean.setDate(BoundComponentInstance boundComponent, java.util.Date value) 
      void DataBean.setValueFromComponent(BoundComponentInstance changedComponent, WebClientEvent event, java.lang.String newValue) 
      void DataBean.unbindComponent(BoundComponentInstance boundComponent) 
    • Uses of BoundComponentInstance in psdi.webclient.system.controller

      Subclasses of BoundComponentInstance in psdi.webclient.system.controller 
      Modifier and Type Class and Description
      class  UnboundComponentInstance
      Creates a general component class for components that may not be unbound.
      Methods in psdi.webclient.system.controller that return BoundComponentInstance 
      Modifier and Type Method and Description
      BoundComponentInstance ControlInstance.getBoundComponent()
      Retuens the BoundComponentInstance the control uses to do a field level data restriction check.
      BoundComponentInstance BoundAttribute.getBoundComponent()
      returns the component the attribute is bound to.
      BoundComponentInstance SetValueError.getInitialComponent()
      This method returns the BoundComponentInstance that basically created the error.
      BoundComponentInstance ControlInstance.getTakesValueComponent(java.lang.String attribute)
      Returns the BoundComponentInstance that is bound to the passed in attribute and has has the takesvalue property set to true.
      Methods in psdi.webclient.system.controller with parameters of type BoundComponentInstance 
      Modifier and Type Method and Description
      void ControlInstance.childHasError(BoundComponentInstance childWIthError, SetValueError newError) 
      void ControlInstance.setBoundComponent(BoundComponentInstance boundComponent)
      If set the boundComponent is checked to see if there is field level data restriction on the attribute the component is bound to.
      void BoundAttribute.setBoundComponent(BoundComponentInstance boundComponent) 
      void SetValueError.setInitialComponent(BoundComponentInstance component)
      This method sets the component that initially is associated this the error.
      Constructors in psdi.webclient.system.controller with parameters of type BoundComponentInstance 
      Constructor and Description
      SetValueError(ERMAttributeError attributeError, BoundComponentInstance component) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes