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

  • Packages that use SetValueError 
    Package Description
    psdi.webclient.controls  
    psdi.webclient.system.controller  
    • Uses of SetValueError in psdi.webclient.controls

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

      Subclasses of SetValueError in psdi.webclient.system.controller 
      Modifier and Type Class and Description
      class  SmartFillError 
      Fields in psdi.webclient.system.controller declared as SetValueError 
      Modifier and Type Field and Description
      protected SetValueError BoundComponentInstance.cachedError 
      Methods in psdi.webclient.system.controller that return SetValueError 
      Modifier and Type Method and Description
      SetValueError BoundComponentInstance.getCurrentError()
      Returns the current SetValueError for this BoundComponent.
      SetValueError BoundComponentInstance.getErrorForRow(int row)
      Return the error level for the error assiciated with the passed in row.
      SetValueError AppInstance.getErrorFromMasterList(ApplicationError appError)
      Returns the SetValueError associated with the ApplicationError that is passed in.
      Methods in psdi.webclient.system.controller with parameters of type SetValueError 
      Modifier and Type Method and Description
      void AppInstance.addErrorToMasterList(SetValueError setValueError)
      Adds the error to the appinstance's master list of errors
      void BoundComponentInstance.addSetValueError(SetValueError error)
      Adds the SetValueError to the components error list and also bubbles the error up thru the parent container controls.
      boolean SetValueError.boundToSameMbo(SetValueError newError)
      Returns true if the error passed in is bound to the same Mbo as this SetValueError
      void ControlInstance.childHasError(BoundComponentInstance childWIthError, SetValueError newError) 
      void AppInstance.removeErrorFromMasterList(SetValueError setValueError)
      Removes the SetValueError from the AppInstances list of errors from the master list of errors.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes