public class HtmlViewWidgetEvent
HtmlViewWidgetEvent Contains information for an HtmlViewWidget event that can be registered using the setCallback() method on the HtmlViewWidget
{@link Dashboard.HtmlViewWidget#setCallback()} has an example
| Modifier and Type | Field and Description |
|---|---|
DashboardWidget | DashboardWidget!DashboardWidget that the event occurred on |
BBjSysGuiEvent | SysGuiEvent!The BBjSysGuiEvent that occurred |
Widget | Widget!Widget that the event occurred on |
| Constructor and Description |
|---|
HtmlViewWidgetEvent(Widget p_widget!, BBjSysGuiEvent p_sysguiEvent!)Constructs a HtmlViewWidgetEvent |
public DashboardWidget DashboardWidget!DashboardWidget that the event occurred on
public BBjSysGuiEvent SysGuiEvent!The BBjSysGuiEvent that occurred
public Widget Widget!Widget that the event occurred on
public HtmlViewWidgetEvent(Widget p_widget!, BBjSysGuiEvent p_sysguiEvent!)
Constructs a HtmlViewWidgetEvent
p_widget! Widget that the event occurred onp_sysguiEvent! Event that occurred