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

E10653-04

oracle.jbo.uicli.binding
Class JUCtrlListBindingChangeAdapter

java.lang.Object
  extended by oracle.jbo.uicli.binding.JUCtrlListBindingChangeAdapter
All Implemented Interfaces:
JUCtrlListBindingChangeListener
Direct Known Subclasses:
JUCtrlListBindingChangeAdapter

public class JUCtrlListBindingChangeAdapter
extends java.lang.Object
implements JUCtrlListBindingChangeListener

Since:
10.1.3

Constructor Summary
JUCtrlListBindingChangeAdapter()
           
 
Method Summary
 void valueNotFound(JUCtrlListBindingChangeEvent e)
          This method will be called by the JUCtrlListBinding when a lookup is performed and the value is not found in the binding list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUCtrlListBindingChangeAdapter

public JUCtrlListBindingChangeAdapter()
Method Detail

valueNotFound

public void valueNotFound(JUCtrlListBindingChangeEvent e)
Description copied from interface: JUCtrlListBindingChangeListener
This method will be called by the JUCtrlListBinding when a lookup is performed and the value is not found in the binding list. This may occur when the UI allows free editing in a combobox; this method can be used to validate the value and update the binding list.

Specified by:
valueNotFound in interface JUCtrlListBindingChangeListener

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

E10653-04

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