|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractNavigationEvent | |
---|---|
org.dbforms.event | |
org.dbforms.event.classic | |
org.dbforms.event.datalist |
Uses of AbstractNavigationEvent in org.dbforms.event |
---|
Subclasses of AbstractNavigationEvent 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 AbstractNavigationEvent | |
---|---|
AbstractNavigationEvent |
NavEventFactoryImpl.createEvent(String action,
HttpServletRequest request,
DbFormsConfig config,
Table table)
create and return a new navigation event. |
abstract AbstractNavigationEvent |
AbstractNavEventFactory.createEvent(String action,
HttpServletRequest request,
DbFormsConfig config,
Table table)
Create and return a new navigation event. |
AbstractNavigationEvent |
NavEventFactoryImpl.createGotoEvent(Table table,
HttpServletRequest request,
DbFormsConfig config,
String positionString)
Create and return a new navGoto event. |
abstract AbstractNavigationEvent |
AbstractNavEventFactory.createGotoEvent(Table table,
HttpServletRequest request,
DbFormsConfig config,
String positionString)
Create and return a new navGoto event. |
AbstractNavigationEvent |
NavEventFactoryImpl.createGotoEvent(Table table,
HttpServletRequest request,
DbFormsConfig config,
String whereClause,
String tableList)
Create and return a new navGoto event. |
abstract AbstractNavigationEvent |
AbstractNavEventFactory.createGotoEvent(Table table,
HttpServletRequest request,
DbFormsConfig config,
String whereClause,
String tableList)
Create and return a new navGoto event. |
Uses of AbstractNavigationEvent in org.dbforms.event.classic |
---|
Subclasses of AbstractNavigationEvent 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 AbstractNavigationEvent in org.dbforms.event.datalist |
---|
Subclasses of AbstractNavigationEvent 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 |