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

E10653-05

oracle.jbo.uicli.binding
Interface JUCtrlListBindingChangeListener

All Known Subinterfaces:
JUCtrlListBindingChangeListener
All Known Implementing Classes:
JUCtrlListBindingChangeAdapter, JUCtrlListBindingChangeAdapter

public interface JUCtrlListBindingChangeListener

Implementers of this interface can register with a JUCtrlListBinding to be notified about events.

Since:
10.1.3

Method Summary
 void valueNotFound(JUCtrlListBindingChangeEvent event)
          This method will be called by the JUCtrlListBinding when a lookup is performed and the value is not found in the binding list.
 

Method Detail

valueNotFound

void valueNotFound(JUCtrlListBindingChangeEvent event)
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.

Parameters:
event -

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.