DashboardViewerApiOptionBuilder Methods
A wrapper that provides access to ViewerApiExtensionOptions.Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
OnDashboardTitleToolbarUpdated(String) | Specifies the JavaScript function (or its name) executed before the dashboard title toolbar is updated. |
OnItemActionAvailabilityChanged(String) | Specifies the JavaScript function (or its name) executed after the available interactivity actions have changed for the specific dashboard item. |
OnItemCaptionToolbarUpdated(String) | Specifies the JavaScript function (or its name) executed before the dashboard item caption toolbar is updated. |
OnItemClick(String) | Specifies the JavaScript function (or its name) executed when an end-user clicks a dashboard item. |
OnItemDrillDownStateChanged(String) | Specifies the JavaScript function (or its name) executed when a drill-down is performed. |
OnItemElementCustomColor(String) | Specifies the JavaScript function (or its name) executed when coloring the required dashboard item elements. |
OnItemMasterFilterStateChanged(String) | Specifies the JavaScript function (or its name) executed when the master filter state is changed. |
OnItemSelectionChanged(String) | Specifies the JavaScript function (or its name) executed after the selection within the dashboard item is changed. |
OnItemVisualInteractivity(String) | Specifies the JavaScript function (or its name) executed when you provide custom visual interactivity for data-bound dashboard items that support element selection and highlighting. |
OnItemWidgetCreated(String) | Specifies the JavaScript function (or its name) executed when the client widget is created. |
OnItemWidgetOptionsPrepared(String) | Specifies the JavaScript function (or its name) that allows you to access underlying UI/Data Visualization widgets and configure their options. |
OnItemWidgetUpdated(String) | Specifies the JavaScript function (or its name) executed when the client widget is redrawn after the data used in this widget is changed. |
OnItemWidgetUpdating(String) | Specifies the JavaScript function (or its name) executed when the client widget is about to be updated. |
OnSelectedTabPageChanged(String) | Specifies the JavaScript function (or its name) executed when the selected tab page is changed. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also