C# Class Cirrious.MvvmCross.Binding.Droid.MvxAndroidBindingBuilder

Inheritance: MvxBindingBuilder
Mostra file Open project: Everbridge/sm-MvvmCross Class Usage Examples

Public Methods

Method Description
DoRegistration ( ) : void

Protected Methods

Method Description
CreateAndroidViewBinderFactory ( ) : IMvxAndroidViewBinderFactory
CreateAndroidViewFactory ( ) : IMvxAndroidViewFactory
CreateAppResourceTypeFinder ( ) : IMvxAppResourceTypeFinder
CreateContextStack ( ) : IMvxBindingContextStack
CreateLayoutInfactorFactoryFactory ( ) : IMvxLayoutInfactorFactoryFactory
CreateViewTypeCache ( ) : IMvxTypeCache
FillDefaultBindingNames ( IMvxBindingNameRegistry registry ) : void
FillTargetFactories ( IMvxTargetBindingFactoryRegistry registry ) : void
InitializeAppResourceTypeFinder ( ) : void
InitializeBindingResources ( ) : void
InitializeContextStack ( ) : void
InitializeLayoutInflation ( ) : void
InitializeViewTypeResolver ( ) : void
RegisterPlatformSpecificComponents ( ) : void

Method Details

CreateAndroidViewBinderFactory() protected method

protected CreateAndroidViewBinderFactory ( ) : IMvxAndroidViewBinderFactory
return IMvxAndroidViewBinderFactory

CreateAndroidViewFactory() protected method

protected CreateAndroidViewFactory ( ) : IMvxAndroidViewFactory
return IMvxAndroidViewFactory

CreateAppResourceTypeFinder() protected method

protected CreateAppResourceTypeFinder ( ) : IMvxAppResourceTypeFinder
return IMvxAppResourceTypeFinder

CreateContextStack() protected method

protected CreateContextStack ( ) : IMvxBindingContextStack
return IMvxBindingContextStack

CreateLayoutInfactorFactoryFactory() protected method

protected CreateLayoutInfactorFactoryFactory ( ) : IMvxLayoutInfactorFactoryFactory
return IMvxLayoutInfactorFactoryFactory

CreateViewTypeCache() protected method

protected CreateViewTypeCache ( ) : IMvxTypeCache
return IMvxTypeCache

DoRegistration() public method

public DoRegistration ( ) : void
return void

FillDefaultBindingNames() protected method

protected FillDefaultBindingNames ( IMvxBindingNameRegistry registry ) : void
registry IMvxBindingNameRegistry
return void

FillTargetFactories() protected method

protected FillTargetFactories ( IMvxTargetBindingFactoryRegistry registry ) : void
registry IMvxTargetBindingFactoryRegistry
return void

InitializeAppResourceTypeFinder() protected method

protected InitializeAppResourceTypeFinder ( ) : void
return void

InitializeBindingResources() protected method

protected InitializeBindingResources ( ) : void
return void

InitializeContextStack() protected method

protected InitializeContextStack ( ) : void
return void

InitializeLayoutInflation() protected method

protected InitializeLayoutInflation ( ) : void
return void

InitializeViewTypeResolver() protected method

protected InitializeViewTypeResolver ( ) : void
return void

RegisterPlatformSpecificComponents() protected method

protected RegisterPlatformSpecificComponents ( ) : void
return void