public class DashboardWidgetEvent
DashboardWidgetEvent Class that contains event information for a DashboardWidget. This is the base class for all dashboard widget events.
Modifier and Type | Field and Description |
---|---|
WidgetControl | WidgetControl! The WidgetControl (UI class) that's associated with the DashboardWidget (Data class). You can query the WidgetControl for UI specifics, such as size and location that may be useful when responding to the click event. |
Constructor and Description |
---|
DashboardWidgetEvent(DashboardWidget p_dashboardWidget!) Contructs a DashboardWidgetEvent The dashboard utility uses this method internally to create dashboard widget events |
Modifier and Type | Method and Description |
---|---|
DashboardWidget | getDashboardWidget() Returns the DashboardWidget that is associated with the event |
public WidgetControl WidgetControl!
The WidgetControl (UI class) that's associated with the DashboardWidget (Data class). You can query the WidgetControl for UI specifics, such as size and location that may be useful when responding to the click event.
BBj 18.10
public DashboardWidgetEvent(DashboardWidget p_dashboardWidget!)
Contructs a DashboardWidgetEvent
The dashboard utility uses this method internally to create dashboard widget events
p_dashboardWidget!
The DashboardWidget that is associated with the eventpublic DashboardWidget getDashboardWidget()
Returns the DashboardWidget that is associated with the event