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 $
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 -
Copyright © 1997, 2005, Oracle. All rights reserved.