The DBNavigator bean is a visual bean that is used with a non-visual Select or ProcedureCall bean. The DBNavigator bean provides a set of buttons that run the SQL statement for the associated bean; navigate rows in the result set, perform other relational database operations, such as commit updates to the database.
The DBNavigator bean is customizable. You can specify which of the buttons in the set you want displayed (however you cannot control the order of buttons in the display). You do this by setting properties in the DBNavigator bean.
To use the DBNavigator bean you create a property-to-property connection between the this property of the Select or ProcedureCall beans and the model property of the DBNavigator bean. The this property refers to the whole object of the non-visual bean. The model property specifies which non-visual bean the DBNavigator bean will navigate.
Select Bean
ProcedureCall Bean