class ItemValueWrapper
A managed object class that contains a list (array) item which is itself not a managed object.
static
class ItemValueWrapper<TValue> extends ManagedObject
Constructor
- constructor(value)Creates a new wrapper object.
Instance Members
- valueThe array item.
Inherited Members
- emit(event)Emits an event, immediately calling all event handlers.
- emitChange(name?, data?)Emits a change event, an instance of ManagedChangeEvent.
- listen(handler)Adds a handler for all events emitted by this object.
- isUnlinked()Returns true if the object has been unlinked.
- unlink()Unlinks this managed object.
- beforeUnlink() protectedA method that’s called immediately before unlinking an object, can be overridden.
- attach(target, observer?) protectedAttaches the provided managed object to this object.
- autoAttach(propertyName, observer?) protectedObserves a property, so that any object assigned to it is attached immediately.
Related
- class UIListViewA view composite that manages views for each item in a list of objects or values.
- class UIListViewA view composite that manages views for each item in a list of objects or values.
- class ItemControllerView staticA view that’s created automatically for each list item by UIListView.