StiTableDashboardInteraction Class |
Namespace: Stimulsoft.Dashboard.Interactions
[TypeConverterAttribute(typeof(StiTableDashboardInteractionConverter))] public class StiTableDashboardInteraction : StiDashboardInteraction, IStiTableDashboardInteraction, IStiDashboardInteraction, ICloneable, IStiDefault, IStiAllowUserSortingDashboardInteraction, IStiAllowUserFilteringDashboardInteraction
The StiTableDashboardInteraction type exposes the following members.
| Name | Description | |
|---|---|---|
| StiTableDashboardInteraction | Initializes a new instance of the StiTableDashboardInteraction class | |
| StiTableDashboardInteraction(StiInteractionOnHover, StiInteractionOnClick, StiInteractionOpenHyperlinkDestination, String, String, String, ListStiDashboardDrillDownParameter, Boolean, Boolean) | Initializes a new instance of the StiTableDashboardInteraction class |
| Name | Description | |
|---|---|---|
| AllowUserFiltering |
A value which switches a posibility of an user filtering in the table element.
| |
| AllowUserSorting |
A value which switches a posibility of an user sorting in the table element.
| |
| DrillDownPageKey |
Describes a key of the dashboard page which should be opened.
(Inherited from StiDashboardInteraction.) | |
| DrillDownParameters |
Describes a list of drillDownParameters.
(Inherited from StiDashboardInteraction.) | |
| Hyperlink |
Describes an URI pattern which is used to create final URL.
(Inherited from StiDashboardInteraction.) | |
| HyperlinkDestination |
Describes a destination where new tab should be opened.
(Inherited from StiDashboardInteraction.) | |
| Ident |
ID code of this interaction. Used in JSON saving.
(Overrides StiDashboardInteractionIdent.) | |
| IsDefault | (Overrides StiDashboardInteractionIsDefault.) | |
| OnClick |
Describes an interactive action for the click event of an element.
(Inherited from StiDashboardInteraction.) | |
| OnHover |
Describes an interactive action for the hover event of an element.
(Inherited from StiDashboardInteraction.) | |
| ToolTip |
Describes a text for the tooltip.
(Inherited from StiDashboardInteraction.) |
| Name | Description | |
|---|---|---|
| Clone | (Inherited from StiDashboardInteraction.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetDrillDownParameters | (Inherited from StiDashboardInteraction.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LoadFromJsonObject | (Overrides StiDashboardInteractionLoadFromJsonObject(JObject).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SaveToJsonObject | (Overrides StiDashboardInteractionSaveToJsonObject(StiJsonSaveMode).) | |
| SetDrillDownParameters | (Inherited from StiDashboardInteraction.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |