module:model/WebFormPaginatedList

module:model/WebFormPaginatedList

new module:model/WebFormPaginatedList()

Source:

Constructs a new WebFormPaginatedList.
A list of 0 or more paginated and filtered form summary items

Members

(inner) endPosition :module:model/ModelNumber

Source:

Ending position of fields returned for the current page

Type:
  • module:model/ModelNumber

(inner) items :Array:.<module:model/WebFormSummary:>

Source:

Array of form summary items

Type:

(inner) nextUrl :String

Source:

Url for the next page of results

Type:
  • String

(inner) previousUrl :String

Source:

Url for the previous page of results

Type:
  • String

(inner) resultSetSize :module:model/ModelNumber

Source:

Result set size for current page

Type:
  • module:model/ModelNumber

(inner) startPosition :module:model/ModelNumber

Source:

Starting position of fields returned for the current page

Type:
  • module:model/ModelNumber

(inner) totalSetSize :module:model/ModelNumber

Source:

Total result set size

Type:
  • module:model/ModelNumber

Methods

(static) constructFromObject(data, obj) → {module:model/WebFormPaginatedList}

Source:

Constructs a WebFormPaginatedList from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/WebFormPaginatedList

Optional instance to populate.

Returns:

The populated WebFormPaginatedList instance.

Type
module:model/WebFormPaginatedList