31.2. org.dbforms.event.datalist package

The Datalist package provides the implementation of a simplified data list pattern used by the new navigation system. See the navigation chapter for further details.

Click here for the diagram picture.

31.2.1. InsertEvent

This event prepares and performs a SQL-Insert operation.

31.2.2. UpdateEvent

This event prepares and performs a SQL-Update operation.

31.2.3. DeleteEvent

This event prepares and performs a SQL-Delete operation.

31.2.4. NavFirstEvent

This event scrolls the current ResultSet to its first row of data.

31.2.5. NavLastEvent

This event scrolls the current ResultSet to its last row of data.

31.2.6. NavLastEvent

This event scrolls the current ResultSet to its last row of data.

31.2.7. NavNextEvent

This event scrolls the current ResultSet to the next row of data; provides bounded navigation.

31.2.8. NavPrevEvent

This event scrolls the current ResultSet to the previous row of data; provides bounded navigation.

31.2.9. GotoEvent

This event forces the controller to forward the current request to a Request-Dispatcher specified by the Application-Developer in a org.dbforms.taglib.DbGotoButton.