Uses of Class
org.dbforms.event.WebEvent

Packages that use WebEvent
org.dbforms.event   
org.dbforms.event.classic   
org.dbforms.event.datalist   
org.dbforms.taglib   
 

Uses of WebEvent in org.dbforms.event
 

Subclasses of WebEvent in org.dbforms.event
 class DatabaseEvent
          Abstract base class for all web-events related to database operations like inserts, updates, deletes.
 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 NavigationEvent
          Abstract base class for all web-events related to navigation.
 class NavNewEvent
           This event signalizes to the framework that the user wants to initializa a new dataset #fixme: lousy description
 class NoopEvent
          DOCUMENT ME!
 class PageReloadEvent
          ReloadEvent is used to reload the current page with data from Request object.
 class ValidationEvent
          abstract base class for all database operations which need validation, e.g.
 

Methods in org.dbforms.event that return WebEvent
 WebEvent NavEventFactoryImpl.createEvent(String action, HttpServletRequest request, DbFormsConfig config)
          create and return a new navigation event
abstract  WebEvent EventFactory.createEvent(String action, HttpServletRequest request, DbFormsConfig config)
          Create and return a new event.
 WebEvent DatabaseEventFactoryImpl.createEvent(String action, HttpServletRequest request, DbFormsConfig config)
          create and return a new database event
 WebEvent EventEngine.generatePrimaryEvent()
          Generate the primary event object, depending on the data contained into the incoming http request object.
protected  WebEvent EventFactory.getEvent(EventInfo einfo, Class[] aconstructorArgsTypes, Object[] constructorArgs)
          Instance a new DatabaseEvent object.
 

Methods in org.dbforms.event with parameters of type WebEvent
 Enumeration EventEngine.generateSecundaryEvents(Table actTable, WebEvent exclude)
          Generate secundary events (update events)
 

Uses of WebEvent in org.dbforms.event.classic
 

Subclasses of WebEvent in org.dbforms.event.classic
 class DeleteEvent
          Deprecated. 

 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 InsertEvent
          Deprecated. This event prepares and performs a SQL-Insert operation.
 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.
 class UpdateEvent
          Deprecated. 

 

Uses of WebEvent in org.dbforms.event.datalist
 

Subclasses of WebEvent 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.
 

Uses of WebEvent in org.dbforms.taglib
 

Methods in org.dbforms.taglib that return WebEvent
 WebEvent DbFormTag.getWebEvent()
          DOCUMENT ME!
 



Copyright © 2002-2005 DbForms. All Rights Reserved.