Interface MultiSourceEvent
Description
In BBj 7.00 and higher, a number of BBjEvent Objects can be generated from numerous controls. These BBjEvents implement the interface MultiSourceEvent. The interface allows a program to retrieve the source of the event cast to a specifed type.
Implementing Classes
BBjDragSourceDropEvent, BBjDropTargetDropEvent, BBjGainedFocusEvent, BBjLostFocusEvent, BBjMouseEnterEvent, BBjMouseExitEvent, BBjPopupRequestEvent, BBjRightMouseDownEvent
Methods of MultiSourceEvent
|
Return Value |
Method |
|---|---|
|
getCEdit() |
|
| BBjDataAwareGrid | getDataAwareGrid() |
| BBjDataBoundGrid | getDataBoundGrid() |
| BBjGrid | getGrid() |
| BBjHtmlEdit | getHtmlEdit() |
| BBjInputT | getInputT() |
| BBjInputTSpinner | getInputTSpinner() |
| BBjMDI | getMDIWindow() |
| BBjSplitter | getSplitter() |
|
getTree() |
|
| BBjWindow | getWindow() |
Example
|