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

Uses of Class
psdi.common.erm.ERMAttributeError

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

      Methods in psdi.webclient.controls with parameters of type ERMAttributeError 
      Modifier and Type Method and Description
      void TableCol.setAttributeError(UIERMBoundControl boundControl, ERMAttributeError error) 
      void Tab.setAttributeError(UIERMBoundControl boundControl, ERMAttributeError attributeError) 
    • Uses of ERMAttributeError in psdi.webclient.system.controller

      Methods in psdi.webclient.system.controller with parameters of type ERMAttributeError 
      Modifier and Type Method and Description
      void BoundComponentInstance.addAttributeError(ERMAttributeError attributeError)
      Adds the ERMAttributeError to the BoundComponents error list if the BoundCOmponent does not have another error.
      void PageInstance.removeAttributeError(ERMAttributeError attributeError)
      Removes the ERMAttributeError from the page's list.
      void PageInstance.setAttributeError(ERMAttributeError attributeError)
      Add the ERMAttributeError to the page's list.
      void ControlInstance.setAttributeError(UIERMBoundControl boundControl, ERMAttributeError error) 
      boolean AppInstance.stillHasAttributeError(ERMAttributeError error) 
      Constructors in psdi.webclient.system.controller with parameters of type ERMAttributeError 
      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