The initial list
Flags : cached, parameter
Default expression : []
Internal Use Only
Flags : cached
Expression : true
Internal Use Only
Flags : None. (Note this is uncached)
Expression : R.model.unbindSlot(this, "listBinder");
The name of the property or Rule which will be used to sort the list.
Flags : cached, parameter
Default expression : "name"
The sole accessor to the list.
Flags : cached
Expression : if (this.listBinder) return this.getList();
The name of the property or Rule which will return a unique key for each item in the list.
Flags : cached, parameter
Default expression : "refChain"
Adds item
to the end of the list.
Flags : method (Note this is uncached)
Empties the list of all items.
Flags : method (Note this is uncached)
Internal Use Only
Flags : method (Note this is uncached)
Creates items containing data to insert into the list. data must be an object which has a sortKey.
Flags : method (Note this is uncached)
DynamicList (d.1.0)
Mixins: BaseNode
This implements the binder-breaker pattern to store and manage a dynamic list.