IAppField Interface
Assembly: Qlik.Sense.Client.dll
Is a field that has selection methods for list objects and can get notifications on changes.
Syntax
public interface IAppField : IGenericObject, IPropertyContainer, IQixClassBase, IDisposable, IChangeNotifierProperties
| Name | Description |
|---|---|
| Cardinal |
The cardinality of the field |
| DimensionInfo |
The dimension info associated with the field observed by the AppField instance. |
| Layout | |
| ListObjectPager |
DataPager for property Properties.ListObjectDef |
| Name |
The name of the field |
| Properties | |
| Tags |
Tags associated with the field |
Methods
| Name | Description |
|---|---|
| GetAllFieldValues(StateEnumType, Int32) |
Get all values for the field that have a specific state. |
| GetAllFieldValues(Int32) |
Get all values for the field. |
| GetAlternative(IEnumerable<NxPage>) |
Get Alternative data from specific pages |
| GetAlternativeAsync(IEnumerable<NxPage>) |
Get Alternative data from specific pages asynchronously |
| GetAlternativeSize() |
Calculates the size of the available Alternative data |
| GetAlternativeSizeAsync() |
Calculates the size of the available Alternative data asynchronously |
| GetDeselected(IEnumerable<NxPage>) |
Get Deselected data from specific pages |
| GetDeselectedAsync(IEnumerable<NxPage>) |
Get Deselected data from specific pages asynchronously |
| GetDeselectedSize() |
Calculates the size of the available Deselected data |
| GetDeselectedSizeAsync() |
Calculates the size of the available Deselected data asynchronously |
| GetExcluded(IEnumerable<NxPage>) |
Get Excluded data from specific pages |
| GetExcludedAsync(IEnumerable<NxPage>) |
Get Excluded data from specific pages asynchronously |
| GetExcludedLocked(IEnumerable<NxPage>) |
Get Excluded and Locked data from specific pages |
| GetExcludedLockedAsync(IEnumerable<NxPage>) |
Get Excluded Locked data from specific pages asynchronously |
| GetExcludedLockedSize() |
Calculates the size of the available Excluded Locked data |
| GetExcludedLockedSizeAsync() |
Calculates the size of the available Excluded Locked data asynchronously |
| GetExcludedSelected(IEnumerable<NxPage>) |
Get Excluded and Selected data from specific pages |
| GetExcludedSelectedAsync(IEnumerable<NxPage>) |
Get Excluded Selected data from specific pages asynchronously |
| GetExcludedSelectedSize() |
Calculates the size of the available Excluded Selected data |
| GetExcludedSelectedSizeAsync() |
Calculates the size of the available Excluded Selected data asynchronously |
| GetExcludedSize() |
Calculates the size of the available Excluded data |
| GetExcludedSizeAsync() |
Calculates the size of the available Excluded data asynchronously |
| GetLayoutAsync() | |
| GetLocked(IEnumerable<NxPage>) |
Get Locked data from specific pages |
| GetLockedAsync(IEnumerable<NxPage>) |
Get Locked data from specific pages asynchronously |
| GetLockedSize() |
Calculates the size of the available Locked data |
| GetLockedSizeAsync() |
Calculates the size of the available Locked data asynchronously |
| GetOptional(IEnumerable<NxPage>) |
Get Optional data from specific pages |
| GetOptionalAsync(IEnumerable<NxPage>) |
Get Optional data from specific pages asynchronously |
| GetOptionalSize() |
Calculates the size of the available Optional data |
| GetOptionalSizeAsync() |
Calculates the size of the available Optional data asynchronously |
| GetPropertiesAsync() | |
| GetSelected(IEnumerable<NxPage>) |
Get Selected data from specific pages |
| GetSelectedAsync(IEnumerable<NxPage>) |
Get Selected data from specific pages asynchronously |
| GetSelectedSize() |
Calculates the size of the available Selected data |
| GetSelectedSizeAsync() |
Calculates the size of the available Selected data asynchronously |