public class DashboardWidgetMenuSelectEvent extends DashboardWidgetEvent
DashboardWidgetMenuSelectEvent Class that contains the custom menu item selection event information for a DashboardWidget This data class will be made available to your custom callback routine after the user selects a menu item from a custom DashboardWidgetMenu if you have previously executed the DashboardWidgetMenu::setCallback() method to register for the ON_POPUP_ITEM_SELECT event.
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 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. |
getDashboardWidget
public BBjPopupSelectEvent BBjPopupSelectEvent!
The BBjPopupSelectEvent event that triggered this event
public DashboardWidgetMenuSelectEvent(DashboardWidget p_dashboardWidget!, BBjPopupSelectEvent p_event!)
Contructs a DashboardWidgetMenuSelectEvent
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 event The BBjPopupSelectEvent documentation
BBj 18.10