Modifier and Type | Origin and Description |
---|---|
public DashboardWidgetLink |
Dashboard.DashboardWidget.addLink(BBjString p_url$, BBjString p_text$, BBjString p_toolTip$, BBjNumber p_dockLocation, BBjNumber p_browseOnSelect)
Creates a DashboardWidgetLink, adds it to the specified DashboardWidget, then returns the newly-created link object Use this method to create a DashboardWidgetLink object by adding it to the desired DashboardWidget. The next step is to execute the setCallback() method on the resultant DashboardWidgetLink object, which instructs the WidgetControl to execute your custom code when the user clicks the link. |
public DashboardWidgetLink |
Dashboard.DashboardWidget.getDashboardWidgetLinkLeft()
Returns the left dashboard widget link |
public DashboardWidgetLink |
Dashboard.DashboardWidget.getDashboardWidgetLinkRight()
Returns the right dashboard widget link |
public DashboardWidgetLink |
Dashboard.DashboardWidgetLink.clone()
Creates and returns a clone of the DashboardWidgetLink |