Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


Uses of Class
oracle.jbo.uicli.binding.JUCtrlActionBindingEvent

Packages that use JUCtrlActionBindingEvent
oracle.jbo.uicli.binding Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings. 
oracle.jbo.uicli.jui Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 

 

Uses of JUCtrlActionBindingEvent in oracle.jbo.uicli.binding

 

Methods in oracle.jbo.uicli.binding that return JUCtrlActionBindingEvent
protected  JUCtrlActionBindingEvent JUCtrlActionBinding.createActionBindingEvent()
           

 

Methods in oracle.jbo.uicli.binding with parameters of type JUCtrlActionBindingEvent
 void JUCtrlActionBindingListener.beforeActionPerformed(JUCtrlActionBindingEvent ev)
          Notifies all listeners, so that they may prepare any necessary data for the current action, before the action is performed
 void JUCtrlActionBindingListener.afterActionPerformed(JUCtrlActionBindingEvent ev)
          Notifies all listeners, so that they may implement necessary updates and invalidations on the UI side as a reaction to a performed action.
 void JUCtrlActionBindingAdapter.beforeActionPerformed(JUCtrlActionBindingEvent ev)
           
 void JUCtrlActionBindingAdapter.afterActionPerformed(JUCtrlActionBindingEvent ev)
           

 

Uses of JUCtrlActionBindingEvent in oracle.jbo.uicli.jui

 

Subclasses of JUCtrlActionBindingEvent in oracle.jbo.uicli.jui
 class JUActionBindingEvent
           

 

Methods in oracle.jbo.uicli.jui that return JUCtrlActionBindingEvent
protected  JUCtrlActionBindingEvent JUActionBinding.createActionBindingEvent()
           

 

Methods in oracle.jbo.uicli.jui with parameters of type JUCtrlActionBindingEvent
 void JUActionBindingAdapter.beforeActionPerformed(JUCtrlActionBindingEvent ev)
           
 void JUActionBindingAdapter.afterActionPerformed(JUCtrlActionBindingEvent ev)
           

 


Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


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