BBjWebEventOptions::getDebounce
Description
In BBj 24.00 and higher, this method returns true if BBjWebEventOptions::setDebounce was previously invoked.
Syntax
Return Value | Method |
---|---|
boolean | getDebounce() |
Parameters
None.
Return Value
Returns true (1) if BBjWebEventOptions::setDebounce was previously invoked or returns false (0) if it was not previously invoked.
Remarks
By default, BBjWebComponent BBjWebEvents are not debounced; they are returned to the server immediately.
Example
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.