module:model/WebFormSummaryList

module:model/WebFormSummaryList

new module:model/WebFormSummaryList()

Source:

Constructs a new WebFormSummaryList.
A list of web form summary items.

Members

(inner) endPosition :Number

Source:

Ending position of fields returned for the current page

Type:
  • Number

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

Source:

Array of web form items with each containing summary.

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 :Number

Source:

Result set size for current page

Type:
  • Number

(inner) startPosition :Number

Source:

Starting position of fields returned for the current page

Type:
  • Number

(inner) totalSetSize :Number

Source:

Total result set size

Type:
  • Number

Methods

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

Source:

Constructs a WebFormSummaryList 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/WebFormSummaryList

Optional instance to populate.

Returns:

The populated WebFormSummaryList instance.

Type
module:model/WebFormSummaryList