Skip navigation links 
 
oracle.jbo.uicli.binding
Class JUCtrlListBindingChangeEvent
java.lang.Object
  
java.util.EventObject
      
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
 
 
 
| Fields inherited from class java.util.EventObject | 
source | 
  
 
  
 
| 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 | 
 
 
JUCtrlListBindingChangeEvent
public JUCtrlListBindingChangeEvent(JUCtrlListBinding binding,
                                    java.lang.Object value)
getValue
public java.lang.Object getValue()
- 
- Returns:
 
- the value presented to the JUCtrlListBinding
 
 
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.