Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


Uses of Class
oracle.jbo.uicli.jui.JUPanelValidationEvent

Packages that use JUPanelValidationEvent
oracle.jbo.uicli.jui Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 

 

Uses of JUPanelValidationEvent in oracle.jbo.uicli.jui

 

Methods in oracle.jbo.uicli.jui with parameters of type JUPanelValidationEvent
 void JUPanelValidationListener.beforeSetAttribute(JUPanelValidationEvent ev)
          Invoked before a JClient Binding object calls Row.setAttribute() to update a value from a binding object into the corresponding Row object.
 void JUPanelValidationListener.beforeCurrencyChange(JUPanelValidationEvent ev)
          Invoked before a JClient binding object calls a navigation event to display the next row data in the JClient controls.
 void JUPanelValidationListener.beforeSaveTransaction(JUPanelValidationEvent ev)
          Invoked before a JClient binding object calls commit() on the transaction to save any pending changes into the database.
 void JUPanelValidationAdapter.beforeSetAttribute(JUPanelValidationEvent ev)
           
 void JUPanelValidationAdapter.beforeCurrencyChange(JUPanelValidationEvent ev)
           
 void JUPanelValidationAdapter.beforeSaveTransaction(JUPanelValidationEvent ev)
           
 void JUPanelBinding.beforeSetAttribute(JUPanelValidationEvent ev)
          Notifies all JUPanelValidationListeners with the beforeSetAttribute event.
 void JUPanelBinding.beforeCurrencyChange(JUPanelValidationEvent ev)
          Notifies all JUPanelValidationListeners with the beforeCurrencyChange event.
 void JUPanelBinding.beforeSaveTransaction(JUPanelValidationEvent ev)
          Notifies all JUPanelValidationListeners with the beforeSaveTransaction event.

 


Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

Copyright © 1997, 2003, Oracle. All rights reserved.