-
-
Clears this list.
-
virtualcontains(item){boolean}
-
Verifies whether the given item is included
in this list.
Name |
Type |
Description |
item |
*
|
Item that should be checked. |
-
containsKey(_key){boolean}
-
Verifies whether an item exists for the specified key.
Name |
Type |
Description |
_key |
string
|
Key that should be verified. |
-
-
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 all items.
-
-
Returns the keys of all items.
-
-
Verifies whether the list is empty.
-
-
Adds the specified item to the itemList.
Name |
Type |
Description |
item |
*
|
item that shoud be added |
-
-
Adds all items in the specified list to the
itemList.
Name |
Type |
Description |
list |
*
|
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.
-
virtualwithItems(list){*}
-
Builder for Item list.
Name |
Type |
Description |
list |
*
|
|