Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.jbo.uicli.binding
Class JUCtrlListBindingChangeEvent

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

public class JUCtrlListBindingChangeEvent
extends java.util.EventObject

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
 java.lang.Object 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)
Method Detail

getValue

public java.lang.Object getValue()
Returns:
the value presented to the JUCtrlListBinding

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

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