public class DashboardWidgetLinkSelectEvent extends DashboardWidgetEvent
DashboardWidgetLinkSelectEvent Class that contains widget link select event information for a DashboardWidget This data class will be made available to your custom callback routine after the user selects a link item from a custom DashboardWidgetLink if you have previously executed the DashboardWidget::setCallback() method to register for the ON_LINK_SELECT event.
WidgetControl! | Constructor and Description |
|---|
DashboardWidgetLinkSelectEvent(DashboardWidget p_dashboardWidget!, BBjString p_url$)Contructs a DashboardWidgetLinkSelectEvent The dashboard utility uses this method internally to create a DashboardWidgetLinkSelectEvent. After the user clicks on a DashboardWidgetLink the WidgetControl uses this method to create a DashboardWidgetLinkSelectEvent that is then passed to your callback routine. |
| Modifier and Type | Method and Description |
|---|---|
BBjString | getURL()Returns the URL of a dashboard widget link select event |
getDashboardWidget public DashboardWidgetLinkSelectEvent(DashboardWidget p_dashboardWidget!, BBjString p_url$)Contructs a DashboardWidgetLinkSelectEvent
The dashboard utility uses this method internally to create a DashboardWidgetLinkSelectEvent. After the user clicks on a DashboardWidgetLink the WidgetControl uses this method to create a DashboardWidgetLinkSelectEvent that is then passed to your callback routine.
p_dashboardWidget! The DashboardWidget that is associated with the eventp_url$ The selected link's URL that is associated with the eventpublic BBjString getURL()Returns the URL of a dashboard widget link select event