public class DashboardWidgetLinkSelectEvent extends DashboardWidgetEvent
WidgetControl!
Constructor and Description |
---|
DashboardWidgetLinkSelectEvent(DashboardWidget p_dashboardWidget!,
BBjString p_url$)
Contructs a DashboardWidgetLinkSelectEvent
|
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$)
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 event