Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.uicli.jui
Interface JUNavigationBarInterface

All Known Implementing Classes:
JUNavigationBar

public interface JUNavigationBarInterface

Implemented by all controls similar to NavigationBar that are interested in knowing which iterator is currently in focus in a PanelBinding, so that they can update their display of currency, etc. based on the current iterator's position.


Method Summary
 void iteratorBindingChanged(JUIteratorBinding iterBinding)
          This event is generated by PanelBinding when there is a change in the iterator binding which currently has keyboard focus.

 

Method Detail

iteratorBindingChanged

public void iteratorBindingChanged(JUIteratorBinding iterBinding)
This event is generated by PanelBinding when there is a change in the iterator binding which currently has keyboard focus. This allows controls like NavigationBar, which are displaying the current iterator state in a Panel, to update their display with the new iterator's settings.

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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