oracle.jbo.uicli.jui
Class JUCtrlListBindingChangeEvent
java.lang.Object
java.util.EventObject
oracle.jbo.uicli.jui.JUCtrlListBindingChangeEvent
- All Implemented Interfaces:
- java.io.Serializable
- 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
- 10.1.3.1.0:
- $Header: JUCtrlListBindingChangeEvent.java 26-aug-2005.12:52:37 rvangri Exp $
- 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
Copyright © 1997, 2006, Oracle. All rights reserved.