BetaBetaGet a factory for the given view type
the type of view to get a factory for
a factory for the given view type
BetaRegister 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 from some data, typically a LimeObject but can also be any other data type. Multiple factories can be registered for the same view type, and when that is done the factory returned from ViewFactoryRegistry.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