Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.uicli.jui
Interface JUCtrlListBindingChangeListener

All Known Implementing Classes:
JUCtrlListBindingChangeAdapter

public interface JUCtrlListBindingChangeListener

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

Since:
10.1.3
Version:
$Header: JUCtrlListBindingChangeListener.java 26-aug-2005.12:52:37 rvangri Exp $

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

public 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 Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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