AppInfoList QML Type

Provides information for a list of Applications. More...

Import Statement: import ArcGIS.AppFramework 1.0
Inherits:

AppFrameworkObject

Properties

Signals

Methods

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

NameValue
AppInfoList.Apps0
AppInfoList.Templates1
AppInfoList.Tools2
AppInfoList.Data3
AppInfoList.Modules4
AppInfoList.Settings5

SortOrder enumeration

This enum describes the different orders results can be displayed by the sortByDate() and sortByName() functions.

NameValue
AppInfoList.Ascending0
AppInfoList.Descending1

Property Documentation

[read-only] access : QStringList


[read-only] apps : List<AppInfo>


autoRefresh : bool


[read-only] dataPath : string


[read-only] filter : AppFilter


[read-only] filteredApps : List<AppInfo>


[read-only] isRefreshing : bool


[read-only] localUpdatesCount : int


nullThumbnail : url


nullTitle : string


[read-only] onlineUpdatesCount : int


[read-only] owners : QStringList


portal : object


searchPaths : QStringList


searchQuery : string


signinRequired : bool


[read-only] tags : QStringList


Signal Documentation

countsChanged()

Note: The corresponding handler is onCountsChanged.


error(AppFrameworkError error)

Note: The corresponding handler is onError.


refreshComplete()

This signal is emitted when a refresh finishes.

Note: The corresponding handler is onRefreshComplete.


refreshStart()

This signal is emitted when a refresh begins.

Note: The corresponding handler is onRefreshStart.


Method Documentation

clearSort()


string folderPath(foldertype folderType)

The folderType parameter


refresh()


refresh(bool search)

The search parameter


sortByDate(sortorder sortOrder)

The sortOrder parameter


sortByName(sortorder sortOrder)

The sortOrder parameter


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.