public class DashboardWidgetSelectEvent extends DashboardWidgetEvent
DashboardWidgetSelectEvent Class that contains select event information for a DashboardWidget This data class will be made available to your custom callback routine after the user selects DashboardWidget if you have previously executed the DashboardWidget::setCallback() method to register for the ON_WIDGET_SELECT event.
WidgetControl!
Constructor and Description |
---|
DashboardWidgetSelectEvent(DashboardWidget p_dashboardWidget!, WidgetControl p_widgetControl!) Contructs a DashboardWidgetSelectEvent |
getDashboardWidget
public DashboardWidgetSelectEvent(DashboardWidget p_dashboardWidget!, WidgetControl p_widgetControl!)
Contructs a DashboardWidgetSelectEvent
p_dashboardWidget!
The DashboardWidget that is associated with the event