oracle.dacf.control
Interface ContainerControl
- All Known Implementing Classes:
- GridControl
- public interface ContainerControl
An interface that a Control implements when it is a container like the
GridControl. It allows the NavigationManager to call the control to move
the row currency after the validation events have been fired and prior to
firing the navigation events.
Method Summary |
boolean |
changeCurrency()
Returns true if a ContainerControl (e.g. |
changeCurrency
public boolean changeCurrency()
- Returns true if a ContainerControl (e.g. GridControl) successfully
changes the row currency.
This method is called during the navigation process by the
NavigationManager and should not be called directly.