Alpha
Get a factory for the given view type
a factory for the given view type
the type of view to get a factory for
Register a factory for a given view type
the type of view to get a factory for
factory function to create a view of the specific type
Registry for view factories
A view factory is used to create a view for a LimeObject. Multiple factories can be registered for the same view type, and when that is done the factory returned from getFactory will invoke each one in the order that they were added, using the return value from each factory as input for the next factory in the chain.
Example
Registering a view factory
Example
Using a factory to create a view