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.
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()