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

E10653-04

oracle.jbo.uicli.jui
Interface JUPanelStopEditingListener

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

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

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


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.