BBjWebEventOptions::setImmediate
Description
In BBj 24.00 and higher, this setting clears any previously defined setDebounce or setThrottle setting, resetting the client-side BBjWebComponent event handler to the default setting of being reported to the server immediately.
Syntax
Return Value | Method |
---|---|
BBjWebEventOptions | setImmediate() |
Parameters
None.
Return Value
Returns a reference to the BBjWebEventOptions object.
Remarks
By default, BBjWebComponent BBjWebEvents are returned to the server immediately. setting clears any previously defined setDebounce or setThrottle setting, resetting the client-side BBjWebComponent event handler to the default setting of being reported to the server immediately.
Example
|
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.