public class DashboardWidgetRightClickEvent extends DashboardWidgetEvent
DashboardWidgetRightClickEvent Class that contains mouse click event information for a DashboardWidget This data class will be made available to your custom callback routine after the user executes a right click on the DashboardWidget if you have previously executed the DashboardWidget::setCallback() method to register for the ON_WIDGET_RIGHT_CLICK event.
| Modifier and Type | Field and Description |
|---|---|
BBjMouseUpEvent | BBjMouseUpEvent!The BBjMouseUp event that triggered this event |
WidgetControl! | Constructor and Description |
|---|
DashboardWidgetRightClickEvent(DashboardWidget p_dashboardWidget!, BBjMouseUpEvent p_event!)Contructs a DashboardWidgetRightClickEvent The dashboard utility uses this method internally to create a DashboardWidgetRightClickEvent. After the user right-clicks on the widget the WidgetControl uses this method to create a DashboardWidgetRightClickEvent that is then passed to your callback routine. |
getDashboardWidget public BBjMouseUpEvent BBjMouseUpEvent!The BBjMouseUp event that triggered this event
public DashboardWidgetRightClickEvent(DashboardWidget p_dashboardWidget!, BBjMouseUpEvent p_event!)
Contructs a DashboardWidgetRightClickEvent
The dashboard utility uses this method internally to create a DashboardWidgetRightClickEvent. After the user right-clicks on the widget the WidgetControl uses this method to create a DashboardWidgetRightClickEvent 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