public class DashboardWidgetMenuSelectEvent extends DashboardWidgetEvent
BBjPopupSelectEvent documentation
to learn how to get the BBjMenuItem associated with the event, as well as the status of the Control and Shift keys
Modifier and Type | Field and Description |
---|---|
BBjPopupSelectEvent |
BBjPopupSelectEvent!
The BBjPopupSelectEvent event that triggered this event
|
WidgetControl!
Constructor and Description |
---|
DashboardWidgetMenuSelectEvent(DashboardWidget p_dashboardWidget!,
BBjPopupSelectEvent p_event!)
Contructs a DashboardWidgetMenuSelectEvent
|
public BBjPopupSelectEvent BBjPopupSelectEvent!
public DashboardWidgetMenuSelectEvent(DashboardWidget p_dashboardWidget!, BBjPopupSelectEvent p_event!)
The dashboard utility uses this method internally to create a DashboardWidgetMenuSelectEvent. After the user selects an item from a DashboardWidgetMenu, the WidgetControl uses this method to create a DashboardWidgetMenuSelectEvent that is then passed to your callback routine.
p_dashboardWidget!
- The DashboardWidget that is associated with the eventp_event!
- The BBjPopupSelectEvent that is associated with the eventBBjPopupSelectEvent documentation