Constructor
Target Lightning.types.ObjectList to mutate in sync with this one.
Function, given an item, returns the item wrapped in another item.
Add object
to the end of the ObjectList, transforming it to ItemType
instances if necessary.
Returns the ItemType
instance that was added to the ObjectList, except if object
is an
array in which it will return null
If object
is:
ItemType
via createItem before
being added to the ObjectList.ItemType
...
Add object
to the end of the ObjectList, transforming it to ItemType
instances if necessary.
Returns the ItemType
instance that was added to the ObjectList, except if object
is an
array in which it will return null
If object
is:
ItemType
via createItem before
being added to the ObjectList.ItemType
...
Overridable method that transforms a LiteralType
instance into an
instantiated ItemType
.
Patch settings
into the ObjectList
If settings
is:
ItemType
ItemList
objects are used directly.ref
values)
An ObjectListProxy that wraps any new items via a
wrap
callback before adding them to thetarget
Lightning.types.ObjectList