
Reaction::UI::ViewPort::Collection

Creates, from an InterfaceModel::Collection, a list of viewports representing each member of the collection.

Required read-only InterfaceModel::Collection This is the original collection.
Read-only,
lazy-building InterfaceModel::Collection This is the collection that will be used to create members and should be altered to reflect any ordering,
paging,
etc.
By default this is the same thing as collection.
A read-write HASH ref of additional parameters to pass to the member_class constructor as items are instantiated.
The class to use when instantiating items to represent the member items.

These methods, although stable, are subject to change without notice. Extend at your own risk, APIs may change in the future.
Intercept a parameter with the key Member amd store it in member_args
Returns the current_collection
Build individual viewports for each member of the collection,
Defaults to an empty HASH ref.
Defaults to Reaction::UI::ViewPort::Object

See Reaction::Class for authors.

See Reaction::Class for the license.