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) | Maintains the selections in the current field while clearing the selections in the other fields. |
![]() | ClearAllButThisAsync(AsyncHandle, Boolean) | Maintains the selections in the current field while clearing the selections in the other fields. |
![]() | ClearAllButThisAsyncT(AsyncHandle, FuncResponse, T, Boolean) | Maintains the selections in the current field while clearing the selections in the other fields. |
![]() | ClearAsync | Clears the selections in a specific field. |
![]() | ClearAsync(AsyncHandle) | Clears the selections in a specific field. |
![]() | ClearAsyncT(AsyncHandle, FuncResponse, T) | Clears the selections in a specific field. |
![]() | GetAndMode | Returns the AND mode status of a field. |
![]() | GetAndModeAsync | Returns the AND mode status of a field. |
![]() | GetAndModeAsync(AsyncHandle) | Returns the AND mode status of a field. |
![]() | GetAndModeAsyncT(AsyncHandle, FuncResponse, T) | Returns the AND mode status of a field. |
![]() | GetCardinal | Retrieves the number of distinct values in a field. |
![]() | GetCardinalAsync | Retrieves the number of distinct values in a field. |
![]() | GetCardinalAsync(AsyncHandle) | Retrieves the number of distinct values in a field. |
![]() | GetCardinalAsyncT(AsyncHandle, FuncResponse, T) | Retrieves the number of distinct values in a field. |
![]() | GetNxProperties | Gets the properties of a field. |
![]() | GetNxPropertiesAsync | Gets the properties of a field. |
![]() | GetNxPropertiesAsync(AsyncHandle) | Gets the properties of a field. |
![]() | GetNxPropertiesAsyncT(AsyncHandle, FuncResponse, T) | Gets the properties of a field. |
![]() | Lock | Locks all selected values of a specific field. |
![]() | LockAsync | Locks all selected values of a specific field. |
![]() | LockAsync(AsyncHandle) | Locks all selected values of a specific field. |
![]() | LockAsyncT(AsyncHandle, FuncResponse, T) | Locks all selected values of a specific field. |
![]() | LowLevelSelect | Selects some values in a field, by entering the element numbers related to the values to select. |
![]() | LowLevelSelectAsync(IEnumerableInt32, Boolean, Boolean) | Selects some values in a field, by entering the element numbers related to the values to select. |
![]() | LowLevelSelectAsync(AsyncHandle, IEnumerableInt32, Boolean, Boolean) | Selects some values in a field, by entering the element numbers related to the values to select. |
![]() | LowLevelSelectAsyncT(AsyncHandle, FuncResponse, T, IEnumerableInt32, Boolean, Boolean) | Selects some values in a field, by entering the element numbers related to the values to select. |
![]() | Select | Selects field values matching a search string. |
![]() | SelectAll | Selects all values of a field. Excluded values are also selected. |
![]() | SelectAllAsync(Boolean) | Selects all values of a field. Excluded values are also selected. |
![]() | SelectAllAsync(AsyncHandle, Boolean) | Selects all values of a field. Excluded values are also selected. |
![]() | SelectAllAsyncT(AsyncHandle, FuncResponse, T, Boolean) | 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) | 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(AsyncHandle, Boolean) | 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(AsyncHandle, FuncResponse, T, Boolean) | 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) | Selects field values matching a search string. |
![]() | SelectAsync(AsyncHandle, String, Boolean, Int32) | Selects field values matching a search string. |
![]() | SelectAsyncT(AsyncHandle, FuncResponse, T, String, Boolean, Int32) | Selects field values matching a search string. |
![]() | SelectExcluded | Inverts the current selections. |
![]() | SelectExcludedAsync(Boolean) | Inverts the current selections. |
![]() | SelectExcludedAsync(AsyncHandle, Boolean) | Inverts the current selections. |
![]() | SelectExcludedAsyncT(AsyncHandle, FuncResponse, T, Boolean) | Inverts the current selections. |
![]() | SelectPossible | Selects all possible values in a specific field. |
![]() | SelectPossibleAsync(Boolean) | Selects all possible values in a specific field. |
![]() | SelectPossibleAsync(AsyncHandle, Boolean) | Selects all possible values in a specific field. |
![]() | SelectPossibleAsyncT(AsyncHandle, FuncResponse, T, Boolean) | Selects all possible values in a specific field. |
![]() | SelectValues | Selects some values in a field, by entering the values to select. |
![]() | SelectValuesAsync(IEnumerableFieldValue, Boolean, Boolean) | Selects some values in a field, by entering the values to select. |
![]() | SelectValuesAsync(AsyncHandle, IEnumerableFieldValue, Boolean, Boolean) | Selects some values in a field, by entering the values to select. |
![]() | SelectValuesAsyncT(AsyncHandle, FuncResponse, T, IEnumerableFieldValue, Boolean, Boolean) | Selects some values in a field, by entering the values to select. |
![]() | SetAndMode | Sets a field in the AND mode. |
![]() | SetAndModeAsync(Boolean) | Sets a field in the AND mode. |
![]() | SetAndModeAsync(AsyncHandle, Boolean) | Sets a field in the AND mode. |
![]() | SetNxProperties | Sets some properties to a field. |
![]() | SetNxPropertiesAsync(NxFieldProperties) | Sets some properties to a field. |
![]() | SetNxPropertiesAsync(AsyncHandle, NxFieldProperties) | Sets some properties to a field. |
![]() | ToggleSelect | Toggle selects field values matching a search string. |
![]() | ToggleSelectAsync(String, Boolean, Int32) | Toggle selects field values matching a search string. |
![]() | ToggleSelectAsync(AsyncHandle, String, Boolean, Int32) | Toggle selects field values matching a search string. |
![]() | ToggleSelectAsyncT(AsyncHandle, FuncResponse, T, String, Boolean, Int32) | 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. |
![]() | UnlockAsync | Unlocks all selected values of a specific field if the target (or handle ) is a field. |
![]() | UnlockAsync(AsyncHandle) | Unlocks all selected values of a specific field if the target (or handle ) is a field. |
![]() | UnlockAsyncT(AsyncHandle, FuncResponse, T) | Unlocks all selected values of a specific field if the target (or handle ) is a field. |
Name | Description | |
---|---|---|
![]() | ConsiderDirty |
Forces send of GetProperties and GetLayout calls to engine for this object even when the layout and properties are up to date.
(Inherited from IQixClassBase.) |
![]() | ConsideredDirty |
Forces send of GetProperties and GetLayout calls to engine for this object even when the layout and properties are up to date.
Resume normal behavior when disposed.
(Inherited from IQixClassBase.) |
![]() | 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 when to notify subscribers that a change has occured.
(Inherited from IChangeNotifier.) |
![]() | Closed |
This event fires when the Qlik Sense entity has been removed or deleted.
(Inherited from IQixClassBase.) |