Business Components

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

Packages that use.*
PackageDescription
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
TypeName
 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.
 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.
 


Business Components