|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
ActionListener | The listener interface for receiving action events. |
ChangeListener | This class will be renamed to SelectionListener. |
FormCancelListener | Defines the interface for a class that performs cleanup after cancelling out of a form |
FormInitListener | Defines the interface for initializing a form with default values. |
FormProcessListener | Defines the interface for a class that performs a processing step on valid data. |
FormSubmissionListener | The listener called just before a form starts examining a submission. |
FormValidationListener | Defines the interface for a class that implements a validation check on a set of form data. |
ParameterListener | Defines the interface for a class that validates the values of a single parameter. |
PrintListener | Listeners of this class are called just before a Component is
about to be output, either in the form of an XML element, or by printing
its HTML representation. |
RequestListener | The listener interface for receiving request events. |
SearchAndSelectListener | Analogous to Widget PrintListeners, this is called when the widget is displayed (or validated) to get the dataset. |
SearchAndSelectModel | Listener interface for the SeachAndSelect Bebop widget. |
TableActionListener | Specifies the interface for handling events on Table . |
TreeExpansionListener | The listener that is notified when a tree node is expanded or collapsed. |
Class Summary | |
ActionEvent | A component-defined event. |
ChangeEvent | This class will be renamed to SelectionEvent. |
EventListenerList | Convenience extensions to Swing's . |
FormSectionEvent | An event originating from a form. |
PageEvent | The base class for all page related events. |
ParameterEvent | An event connected to a request parameter. |
PrintEvent | An event originating from a component. |
RequestEvent | An event indicating that a Bebop page is being loaded, and control is about to be passed to the currently selected component |
TableActionAdapter | An implentation of the TableActionListener interface meant to save the
developer from having to override both the TableActionAdapter.cellSelected(TableActionEvent) and TableActionAdapter.headSelected(TableActionEvent)
methods when they only need to change the behavior of one. |
TableActionEvent | An event for the Table component. |
TreeExpansionEvent | An event for the Tree component. |
Listeners that allow a programmer to execute custom code at various points in the request. Most usefully, listeners exist to allow the programmer to run special code during form initialization, validation, and processing.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |