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

E10653-05

oracle.jbo.uicli.binding
Interface JUNavigationBarInterface

All Known Subinterfaces:
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

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 Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

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