Use the DBNavigator bean with a Select bean to access relational data. The DBNavigator bean provides a set of Buttons that execute the SQL statement for the associated Select bean; perform other relational database operations, such as commit updates to the database; and navigate rows in the result set. The DBNavigator bean is a Swing component, and requires the Java Foundation Classes (JFC) library.
The DBNavigator bean has the following properties:
A value of True means that the Commit button is displayed. A False value means that the Commit button is not displayed. The default value is True.
A value of True means that the Delete button is displayed. A False value means that the Delete button is not displayed. The default value is True.
A value of True means that the Execute button is displayed. A False value means that the Execute button is not displayed. The default value is True.
A value of True means that the First button is displayed. A False value means that the First button is not displayed. The default value is True.
A value of True means that the Insert button is displayed. A False value means that the Insert button is not displayed. The default value is True.
A value of True means that the Last button is displayed. A False value means that the Last button is not displayed. The default value is True.
A value of True means that the Next button is displayed. A False value means that the Next button is not displayed. The default value is True.
A value of True means that the Previous button is displayed. A False value means that the Previous button is not displayed. The default value is True.
A value of True means that the Refresh button is displayed. A False value means that the Refresh button is not displayed. The default value is True.
A value of True means that the Rollback button is displayed. A False value means that the Rollback button is not displayed. The default value is True.
A value of True means that tool tips are enabled for the buttons. A False value means that tool tips are not enabled for the buttons. The default value is True.
The buttons that can be displayed with the DBNavigator bean are as follows: