public class DashboardWidgetClickEvent extends DashboardWidgetEvent
This event is independent of the mouse button (left, middle, right) and overrides any callbacks associated with the ON_WIDGET_LEFT_CLICK or ON_WIDGET_RIGHT_CLICK event types.
Modifier and Type | Field and Description |
---|---|
BBjMouseUpEvent |
BBjMouseUpEvent!
The BBjMouseUp event that triggered this event
|
WidgetControl!
Constructor and Description |
---|
DashboardWidgetClickEvent(DashboardWidget p_dashboardWidget!,
BBjMouseUpEvent p_event!)
Contructs a DashboardWidgetClickEvent
|
public BBjMouseUpEvent BBjMouseUpEvent!
public DashboardWidgetClickEvent(DashboardWidget p_dashboardWidget!, BBjMouseUpEvent p_event!)
The dashboard utility uses this method internally to create a DashboardWidgetClickEvent. After the user clicks on the widget the WidgetControl uses this method to create a DashboardWidgetClickEvent that is then passed to your callback routine.
p_dashboardWidget!
- The DashboardWidget that is associated with the eventp_event!
- The BBjMouseUpEvent that is associated with the event