|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NavigationEvent | |
---|---|
org.dbforms.event | |
org.dbforms.event.classic | |
org.dbforms.event.datalist |
Uses of NavigationEvent in org.dbforms.event |
---|
Subclasses of NavigationEvent in org.dbforms.event | |
---|---|
class |
NavCopyEvent
This event signalizes to the framework that the user wants to initialize a new dataset with values coming from current row #fixme: lousy description |
class |
NavNewEvent
This event signalizes to the framework that the user wants to initializa a new dataset #fixme: lousy description |
Methods in org.dbforms.event that return NavigationEvent | |
---|---|
NavigationEvent |
NavEventFactoryImpl.createEvent(String action,
HttpServletRequest request,
DbFormsConfig config,
Table table)
create and return a new navigation event. |
abstract NavigationEvent |
NavEventFactory.createEvent(String action,
HttpServletRequest request,
DbFormsConfig config,
Table table)
Create and return a new navigation event. |
NavigationEvent |
NavEventFactoryImpl.createGotoEvent(Table table,
HttpServletRequest request,
DbFormsConfig config,
String positionString)
Create and return a new navGoto event. |
abstract NavigationEvent |
NavEventFactory.createGotoEvent(Table table,
HttpServletRequest request,
DbFormsConfig config,
String positionString)
Create and return a new navGoto event. |
NavigationEvent |
NavEventFactoryImpl.createGotoEvent(Table table,
HttpServletRequest request,
DbFormsConfig config,
String whereClause,
String tableList)
Create and return a new navGoto event. |
abstract NavigationEvent |
NavEventFactory.createGotoEvent(Table table,
HttpServletRequest request,
DbFormsConfig config,
String whereClause,
String tableList)
Create and return a new navGoto event. |
Uses of NavigationEvent in org.dbforms.event.classic |
---|
Subclasses of NavigationEvent in org.dbforms.event.classic | |
---|---|
class |
GotoEvent
Deprecated. 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". |
class |
NavFirstEvent
Deprecated. |
class |
NavLastEvent
Deprecated. |
class |
NavNextEvent
Deprecated. This event scrolls the current ResultSet to the next row of data. Provides bounded navigation. |
class |
NavPrevEvent
Deprecated. This event scrolls the current ResultSet to the previous row of data. Provides bounded navigation. |
Uses of NavigationEvent in org.dbforms.event.datalist |
---|
Subclasses of NavigationEvent in org.dbforms.event.datalist | |
---|---|
class |
ReloadEvent
This event reloads the current dataset and moves to the first row of data Works with new factory classes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |