Provides information for a list of Applications. More...
Import Statement: | import ArcGIS.AppFramework 1.0 |
Inherits: |
Properties
- access : QStringList
- apps : List<AppInfo>
- autoRefresh : bool
- dataPath : string
- filter : AppFilter
- filteredApps : List<AppInfo>
- isRefreshing : bool
- localUpdatesCount : int
- nullThumbnail : url
- nullTitle : string
- onlineUpdatesCount : int
- owners : QStringList
- portal : object
- searchPaths : QStringList
- searchQuery : string
- signinRequired : bool
- tags : QStringList
Signals
- countsChanged()
- error(AppFrameworkError error)
- refreshComplete()
- refreshStart()
Methods
- clearSort()
- string folderPath(foldertype folderType)
- refresh()
- refresh(bool search)
- sortByDate(sortorder sortOrder)
- sortByName(sortorder sortOrder)
Detailed Description
The AppInfoList component manages the listed apps within AppStudio Player, managing the display of information about individual apps as well as the populating and organization of the list itself.
This component is deprecated at version 5.0.
Enumerations
FolderType enumeration
Name | Value |
---|---|
AppInfoList.Apps | 0 |
AppInfoList.Templates | 1 |
AppInfoList.Tools | 2 |
AppInfoList.Data | 3 |
AppInfoList.Modules | 4 |
AppInfoList.Settings | 5 |
SortOrder enumeration
This enum describes the different orders results can be displayed by the sortByDate() and sortByName() functions.
Name | Value |
---|---|
AppInfoList.Ascending | 0 |
AppInfoList.Descending | 1 |
Property Documentation
[read-only] apps : List<AppInfo> |
[read-only] filter : AppFilter |
[read-only] filteredApps : List<AppInfo> |
Signal Documentation
error(AppFrameworkError error) |
Note: The corresponding handler is onError
.
This signal is emitted when a refresh finishes.
Note: The corresponding handler is onRefreshComplete
.
This signal is emitted when a refresh begins.
Note: The corresponding handler is onRefreshStart
.