Class: ParameterList

ParameterList

This class represents a list for Parameter.

new ParameterList()

Extends

Methods

Clears this list.

inherited contains(item){boolean}

Verifies whether the given item is included in this list.

Name Type Description
item *

Item that should be checked.

Returns:
Type Description
boolean

inherited abstractequals(list)

Compare the specified WidgetHandleList with this instance.

Name Type Description
list *

List that should be compared.

Returns the item for the specified key.

Name Type Description
key string

key that should be searched for

Returns:
Type Description
*

inherited abstractgetItems(){Array}

Returns all items.

Returns:
Type Description
Array

getItemsAsJson(){Object}

Returns the objects of the list as JSON objects.

Returns:
Type Description
Object

inherited getKeys(){Array}

Returns the keys of all items.

Returns:
Type Description
Array

hasInputParameter(){boolean}

Return true if the list contains a parameter that is set at runtime.

Returns:
Type Description
boolean

inherited isEmpty(){boolean}

Verifies whether the list is empty.

Returns:
Type Description
boolean

Adds the specified item to the itemList.

Name Type Description
item *

item that should be added

inherited putAll(listOrArray)

Adds all items in the specified list to the itemList.

Name Type Description
listOrArray *

list of items that should be added

Removes the item from this list for the specified key.

Name Type Description
key string

key that should be searched for

Returns the number of items that are included.

Returns:
Type Description
Number

inherited withItems(list){*}

Builder for Item list.

Name Type Description
list *
Returns:
Type Description
*