borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.dataset
java.util.EventListener +----borland.jbcl.dataset.NavigationListener
Methods
Implemented by CheckboxControl, ChoiceControl, FieldControl, GridControl, ImageControl, LabelControl, ListControl, LocatorControl, NavigatorControl, StatusBar, TextAreaControl, TextFieldControl, SingletonDataSetManager
This class is used as a notification that current row position has changed, or navigated, from a row. This is used for data-aware controls so that the UI can respond to the change in cursor location. For example, a status bar can change its display from "1 of 10" to "2 of 10" when the user moves from the first row to the second.
public void navigated(borland.jbcl.dataset.NavigationEvent event)
This is an event to notify listeners that the current row has changed, that a user has moved from one row to another.
Parameters: