|
Class Summary |
| DeleteEvent |
This event prepares and performs a SQL-Delete operation. |
| 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". |
| InsertEvent |
This event prepares and performs a SQL-Insert operation. |
| NavFirstEvent |
This event scrolls the current ResultSet to its first row of data. |
| NavLastEvent |
This event scrolls the current ResultSet to its last row of data. |
| NavNextEvent |
This event scrolls the current ResultSet to the next row of data. |
| NavPrevEvent |
This event scrolls the current ResultSet to the previous row of data. |
| ReloadEvent |
This event reloads the current dataset and moves to the first row of data
Works with new factory classes. |
| UpdateEvent |
This event prepares and performs a SQL-Update operation. |