Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

oracle.jbo.uicli.jui
Class JUCtrlListBindingChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.jbo.uicli.binding.JUCtrlListBindingChangeEvent
          extended by oracle.jbo.uicli.jui.JUCtrlListBindingChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class JUCtrlListBindingChangeEvent
extends JUCtrlListBindingChangeEvent

JUCtrlListBinding will notify registered listeners when an unknown value is encountered. This will happen if the UI allows the user to enter free text, rather than pick from a list. The binding will ignore the data by default. It is up to the listeners to validate the data and potentially add the data.

Since:
10.1.3
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
JUCtrlListBindingChangeEvent(JUCtrlListBinding binding, java.lang.Object value)
           
 
Method Summary
 
Methods inherited from class oracle.jbo.uicli.binding.JUCtrlListBindingChangeEvent
getValue
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JUCtrlListBindingChangeEvent

public JUCtrlListBindingChangeEvent(JUCtrlListBinding binding,
                                    java.lang.Object value)

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

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