Home Reference Source Repository
public class | source

SyncSelection

A class representing a collection of tools that may have been selected to be synchronised

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

tools: *

Method Summary

Public Methods
public

Gets an array of tools that are selected for download

public

Get the total download size for selected items

public

Returns an array of tools that are syncable

public

getTotal(): *

Gets the total size for the sync selection

public

Gets an array of tools that are selected for upload

public

Get the total upload size for selected items

public

Gets an array of tools that are selected for upload

public

Selects all tools that have upload/download sizes for sync

public

Selects all the downloads

public

Selects all the uploads

Public Constructors

public constructor source

Public Members

public tools: * source

Public Methods

public getDownloadArray(): * source

Gets an array of tools that are selected for download

Return:

*

public getDownloadSize(): * source

Get the total download size for selected items

Return:

*

public getSyncableToolsArray(): * source

Returns an array of tools that are syncable

Return:

*

public getTotal(): * source

Gets the total size for the sync selection

Return:

*

public getUploadArray(): * source

Gets an array of tools that are selected for upload

Return:

*

public getUploadSize(): * source

Get the total upload size for selected items

Return:

*

public newInstance(): * source

Gets an array of tools that are selected for upload

Return:

*

public selectAll() source

Selects all tools that have upload/download sizes for sync

public selectAllDownloads() source

Selects all the downloads

public selectAllUploads() source

Selects all the uploads