BBjWebComponentDefinedEvent

Description

In BBj 24.00 and higher, this event is returned by BBjAPI().getLastEvent() when the program is executing callback code that the program has registered for the ON_DEFINED event.

Remarks

BBjWindow::addWebComponent always fires this event. Standard browser elements fire this event immediately. Custom web components fire this event when the component is fully initialized and ready for use.

Methods of BBjWebComponentDefined Event

Return Value Method
BBjWebComponent getWebComponent()
boolean isCustom()

Methods of BBjWebComponentDefined Event inherited from BBjSysGuiEvent

Return Value Method
BBjControl getControl()

Methods of BBjWebComponentDefined Event inherited from BBjEvent

Return Value Method
string getEventName()
string getEventString()

ClosedVersion History

  • BBj 24.00: BBjWebComponentDefinedEvent added.

See Also

BBjWebComponent

BBjWebComponent::setCallback

Web Component Defined Event