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.
This event prepares and performs a SQL-Insert operation.
This event prepares and performs a SQL-Update operation.
This event prepares and performs a SQL-Delete operation.
This event scrolls the current ResultSet to its first row of data.
This event scrolls the current ResultSet to its last row of data.
This event scrolls the current ResultSet to its last row of data.
This event scrolls the current ResultSet to the next row of data; provides bounded navigation.
This event scrolls the current ResultSet to the previous row of data; provides bounded navigation.
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
.