public class DashboardWidgetLeftClickEvent extends DashboardWidgetEvent
Modifier and Type | Field and Description |
---|---|
BBjMouseUpEvent |
BBjMouseUpEvent!
The BBjMouseUp event that triggered this event
|
WidgetControl!
Constructor and Description |
---|
DashboardWidgetLeftClickEvent(DashboardWidget p_dashboardWidget!,
BBjMouseUpEvent p_event!)
Contructs a DashboardWidgetLeftClickEvent
|
public BBjMouseUpEvent BBjMouseUpEvent!
public DashboardWidgetLeftClickEvent(DashboardWidget p_dashboardWidget!, BBjMouseUpEvent p_event!)
The dashboard utility uses this method internally to create a DashboardWidgetLeftClickEvent. After the user left-clicks on a widget the WidgetControl uses this method to create a DashboardWidgetLeftClickEvent 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