Modifier and Type | Origin and Description |
---|---|
public DashboardWidgetFilter |
Dashboard.DashboardWidget.addFilter(BBjString p_filterName$, BBjVector p_filterEntries!, BBjString p_toolTip$, BBjNumber p_dockLocation)
Creates a DashboardWidgetFilter, adds it to the specified DashboardWidget, then returns the newly-created filter object This method adds a BBjListButton type of filter to the widget and fills it with the supplied vector items Use this method to create a DashboardWidgetFilter object by adding it to the desired DashboardWidget. The next step is to execute the setCallback() method on the resultant DashboardWidgetFilter object, which instructs the WidgetControl to execute your custom code when the user selects an item from the filter. |
public DashboardWidgetFilter |
Dashboard.DashboardWidget.addFilter(BBjString p_filterName$, BBjVector p_filterEntries!, BBjString p_toolTip$, BBjNumber p_dockLocation, BBjNumber p_filterType)
Creates a DashboardWidgetFilter, adds it to the specified DashboardWidget, then returns the newly-created filter object This method adds a specified type of filter to the widget and fills it with the supplied vector items Use this method to create a DashboardWidgetFilter object by adding it to the desired DashboardWidget. The next step is to execute the setCallback() method on the resultant DashboardWidgetFilter object, which instructs the WidgetControl to execute your custom code when the user selects an item from the filter. |
public DashboardWidgetFilter |
Dashboard.DashboardWidget.addFilter(BBjString p_filterName$, LinkedHashMap p_filterEntries!, BBjString p_toolTip$, BBjNumber p_dockLocation)
Creates a DashboardWidgetFilter, adds it to the specified DashboardWidget, then returns the newly-created filter object This method adds a BBjListButton type of filter to the widget and fills it with the supplied LinkedHashMap keys and values Use this method to create a DashboardWidgetFilter object by adding it to the desired DashboardWidget. The next step is to execute the setCallback() method on the resultant DashboardWidgetFilter object, which instructs the WidgetControl to execute your custom code when the user selects an item from the filter. |
public DashboardWidgetFilter |
Dashboard.DashboardWidget.addFilter(BBjString p_filterName$, LinkedHashMap p_filterEntries!, BBjString p_toolTip$, BBjNumber p_dockLocation, BBjNumber p_filterType)
Creates a DashboardWidgetFilter, adds it to the specified DashboardWidget, then returns the newly-created filter object This method adds a specified type of filter to the widget and fills it with the supplied LinkedHashMap keys and values Use this method to create a DashboardWidgetFilter object by adding it to the desired DashboardWidget. The next step is to execute the setCallback() method on the resultant DashboardWidgetFilter object, which instructs the WidgetControl to execute your custom code when the user selects an item from the filter. |
public DashboardWidgetFilter |
Dashboard.DashboardWidget.getDashboardWidgetFilterLeft()
Returns the left dashboard widget filter |
public DashboardWidgetFilter |
Dashboard.DashboardWidget.getDashboardWidgetFilterRight()
Returns the right dashboard widget filter |
public DashboardWidgetFilter |
Dashboard.DashboardWidgetFilter.clone()
Creates and returns a clone of the DashboardWidgetFilter |