Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.uicli.jui
Interface JUPanelStopEditingListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
JUTableBinding

public interface JUPanelStopEditingListener
extends java.util.EventListener

Bindings that need to send notifications to their controls to stop a current cell edit like for JTable or JTree, should implement this interface. PanelBinding makes a call to each listener that implements this interface and is registered with the PanelBinding to notify it to stop editing the current cell, if the panel needs to change the display mode, or apply all the changes via a NavigationBar button, etc.


Method Summary
 void stopEditing()
          Notification method to this listener to stop editing.

 

Method Detail

stopEditing

public void stopEditing()
Notification method to this listener to stop editing.

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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