Oracle Data-aware Controls Reference

oracle.dacf.control
Interface ApplyEditsListener

All Known Implementing Classes:
GridControl, TextAreaControl, TextFieldControl

public interface ApplyEditsListener

This interface is used by the NavigationManager and navigation aware controls like the NavigationBar to manage the movement of values from the control to the appropriate DataItem.


Method Summary
 void applyEdits()
           
 void cancelEdits()
           
 

Method Detail

applyEdits

public void applyEdits()
Throws:
ApplyEditsValidationException - when a validation exception is thrown by the InfoBus producer object when the edits are applied.

cancelEdits

public void cancelEdits()

Oracle Data-aware Controls Reference