Class actuate.reportexplorer.FolderItems
Description
FolderItems is a container for the contents of a folder.
Constructor
Syntax
Constructs a new FolderItems object.
Function summary
Table 4-38 lists actuate.reportexplorer.FolderItems functions.
Table 4-38 actuate.reportexplorer.FolderItems functionsactuate.reportexplorer.FolderItems.getFetchHandle
Syntax
Retrieves the fetch handle for this folder’s contents.
Returns
Example
To retrieve the fetch handle from fitems, use code similar to the following:
actuate.reportexplorer.FolderItems.getItemList
Syntax
Gets the list of file contents for the folder.
Returns
Array of actuate.reportexplorer.File objects.
Example
To store ftiems’ item list the files variable, use code similar to the following:
actuate.reportexplorer.FolderItems.getTotalCount
Syntax
Returns
Example
To retrieve the total count from fitems, use code similar to the following:
actuate.reportexplorer.FolderItems.setFetchHandle
Syntax
Sets the fetch handle value for this FolderItems object.
Parameters
Example
To set FolderItem fitems’s fetch handle to dir, use code similar to the following:
actuate.reportexplorer.FolderItems.setItemList
Syntax
Sets the list of contents for this Folder.
Parameters
Array of actuate.reportexplorer.File objects.
Example
To assign the item list from fitems1 to fitems2, use code similar to the following:
actuate.reportexplorer.FolderItems.setTotalCount
Syntax
Sets the total count of items contained in the folder.
Parameters
Example
To reset the count total for fitems, use code similar to the following:
(c) Copyright Actuate Corporation 2011 |
![]() |