| IField Interface |
Namespace: Qlik.Engine
The IField type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear | Clears the selections in a specific field. | |
| ClearAllButThis | Maintains the selections in the current field while clearing the selections in the other fields. | |
| ClearAllButThisAsync(Boolean, AsyncHandle) | Maintains the selections in the current field while clearing the selections in the other fields. | |
| ClearAllButThisAsyncT(Boolean, FuncResponse, T, AsyncHandle) | Maintains the selections in the current field while clearing the selections in the other fields. | |
| ClearAsync(AsyncHandle) | Clears the selections in a specific field. | |
| ClearAsyncT(FuncResponse, T, AsyncHandle) | Clears the selections in a specific field. | |
| GetAndMode | Returns the AND mode status of a field. | |
| GetAndModeAsync(AsyncHandle) | Returns the AND mode status of a field. | |
| GetAndModeAsyncT(FuncResponse, T, AsyncHandle) | Returns the AND mode status of a field. | |
| GetCardinal | Retrieves the number of distinct values in a field. | |
| GetCardinalAsync(AsyncHandle) | Retrieves the number of distinct values in a field. | |
| GetCardinalAsyncT(FuncResponse, T, AsyncHandle) | Retrieves the number of distinct values in a field. | |
| GetNxProperties | Gets the properties of a field or a variable. | |
| GetNxPropertiesAsync(AsyncHandle) | Gets the properties of a field or a variable. | |
| GetNxPropertiesAsyncT(FuncResponse, T, AsyncHandle) | Gets the properties of a field or a variable. | |
| Lock | * Locks all selected values of a specific field if the target (or handle ) is a field * Locks selected values of a generic object if the target (or handle ) is a generic object | |
| LockAsync(AsyncHandle) | * Locks all selected values of a specific field if the target (or handle ) is a field * Locks selected values of a generic object if the target (or handle ) is a generic object | |
| LockAsyncT(FuncResponse, T, AsyncHandle) | * Locks all selected values of a specific field if the target (or handle ) is a field * Locks selected values of a generic object if the target (or handle ) is a generic object | |
| LowLevelSelect | Selects some values in a field. | |
| LowLevelSelectAsync(IEnumerableInt32, Boolean, Boolean, AsyncHandle) | Selects some values in a field. | |
| LowLevelSelectAsyncT(IEnumerableInt32, Boolean, Boolean, FuncResponse, T, AsyncHandle) | Selects some values in a field. | |
| Select | ||
| SelectAll | Selects all values of a field. Excluded values are also selected. | |
| SelectAllAsync(Boolean, AsyncHandle) | Selects all values of a field. Excluded values are also selected. | |
| SelectAllAsyncT(Boolean, FuncResponse, T, AsyncHandle) | Selects all values of a field. Excluded values are also selected. | |
| SelectAlternative | Selects all alternatives values in a specific field. In a field that contains at least one selected value, the values that are neither selected nor excluded are alternatives values. | |
| SelectAlternativeAsync(Boolean, AsyncHandle) | Selects all alternatives values in a specific field. In a field that contains at least one selected value, the values that are neither selected nor excluded are alternatives values. | |
| SelectAlternativeAsyncT(Boolean, FuncResponse, T, AsyncHandle) | Selects all alternatives values in a specific field. In a field that contains at least one selected value, the values that are neither selected nor excluded are alternatives values. | |
| SelectAsync(String, Boolean, Int32, AsyncHandle) | ||
| SelectAsyncT(String, Boolean, Int32, FuncResponse, T, AsyncHandle) | ||
| SelectExcluded | Inverts the current selections. | |
| SelectExcludedAsync(Boolean, AsyncHandle) | Inverts the current selections. | |
| SelectExcludedAsyncT(Boolean, FuncResponse, T, AsyncHandle) | Inverts the current selections. | |
| SelectPossible | Selects all possible values in a specific field. | |
| SelectPossibleAsync(Boolean, AsyncHandle) | Selects all possible values in a specific field. | |
| SelectPossibleAsyncT(Boolean, FuncResponse, T, AsyncHandle) | Selects all possible values in a specific field. | |
| SelectValues | ||
| SelectValuesAsync(IEnumerableFieldValue, Boolean, Boolean, AsyncHandle) | ||
| SelectValuesAsyncT(IEnumerableFieldValue, Boolean, Boolean, FuncResponse, T, AsyncHandle) | ||
| SetAndMode | Sets a field in the AND mode. | |
| SetAndModeAsync | Sets a field in the AND mode. | |
| SetNxProperties | Sets some properties to a field. | |
| SetNxPropertiesAsync | Sets some properties to a field. | |
| ToggleSelect | Toggle selects field values matching a search string. | |
| ToggleSelectAsync(String, Boolean, Int32, AsyncHandle) | Toggle selects field values matching a search string. | |
| ToggleSelectAsyncT(String, Boolean, Int32, FuncResponse, T, AsyncHandle) | Toggle selects field values matching a search string. | |
| Unlock | * Unlocks all selected values of a specific field if the target (or handle ) is a field * Unlocks selected values of a generic object if the target (or handle ) is a generic object | |
| UnlockAsync(AsyncHandle) | * Unlocks all selected values of a specific field if the target (or handle ) is a field * Unlocks selected values of a generic object if the target (or handle ) is a generic object | |
| UnlockAsyncT(FuncResponse, T, AsyncHandle) | * Unlocks all selected values of a specific field if the target (or handle ) is a field * Unlocks selected values of a generic object if the target (or handle ) is a generic object |
| Name | Description | |
|---|---|---|
| Handle |
The handle of the Qlik Sense entity.
(Inherited from IQixClassBase.) | |
| Id |
The id of the Qlik Sense entity.
(Inherited from IQixClassBase.) | |
| Type |
The type of the Qlik Sense entity.
(Inherited from IQixClassBase.) |
| Name | Description | |
|---|---|---|
| Changed |
This event fires every time the Qlik Sense entity needs to be updated due to changes in either selectionstate, data or entity properties
(Inherited from IQixClassBase.) | |
| Closed |
This event fires when the Qlik Sense entity has been removed or deleted.
(Inherited from IQixClassBase.) |