gh-pages / com.nextfaze.devfun.view / ViewFactoryProvider

ViewFactoryProvider

interface ViewFactoryProvider (source)

Provides ViewFactory instances for some class type/key.

The class “key” does need to be in any way related to the resulting view factory, and is merely just a tag-like system.

See Also

viewFactoryProvider

Functions

Name Summary
get abstract operator fun get(clazz: KClass<*>): ViewFactory<View>?
Get a view factory for some clazz key.

Inheritors

Name Summary
CompositeViewFactoryProvider interface CompositeViewFactoryProvider : ViewFactoryProvider, Composite<ViewFactoryProvider>
A ViewFactoryProvider that delegates to other providers.