Uses of Interface
de.deepamehta.plugins.topicmaps.ViewmodelCustomizer

Packages that use ViewmodelCustomizer
de.deepamehta.plugins.boxrenderer.dom   
de.deepamehta.plugins.topicmaps   
de.deepamehta.plugins.topicmaps.model   
de.deepamehta.plugins.topicmaps.service   
 

Uses of ViewmodelCustomizer in de.deepamehta.plugins.boxrenderer.dom
 

Classes in de.deepamehta.plugins.boxrenderer.dom that implement ViewmodelCustomizer
 class BoxRendererPlugin
           
 

Uses of ViewmodelCustomizer in de.deepamehta.plugins.topicmaps
 

Fields in de.deepamehta.plugins.topicmaps with type parameters of type ViewmodelCustomizer
private  List<ViewmodelCustomizer> TopicmapsPlugin.viewmodelCustomizers
           
 

Methods in de.deepamehta.plugins.topicmaps with parameters of type ViewmodelCustomizer
private  void TopicmapsPlugin.invokeViewmodelCustomizer(ViewmodelCustomizer customizer, Topic topic, CompositeValueModel viewProps)
           
 void TopicmapsPlugin.registerViewmodelCustomizer(ViewmodelCustomizer customizer)
           
 void TopicmapsPlugin.unregisterViewmodelCustomizer(ViewmodelCustomizer customizer)
           
 

Uses of ViewmodelCustomizer in de.deepamehta.plugins.topicmaps.model
 

Fields in de.deepamehta.plugins.topicmaps.model with type parameters of type ViewmodelCustomizer
private  List<ViewmodelCustomizer> TopicmapViewmodel.customizers
           
 

Methods in de.deepamehta.plugins.topicmaps.model with parameters of type ViewmodelCustomizer
private  void TopicmapViewmodel.invokeViewmodelCustomizer(ViewmodelCustomizer customizer, Topic topic, CompositeValueModel viewProps)
           
 

Constructor parameters in de.deepamehta.plugins.topicmaps.model with type arguments of type ViewmodelCustomizer
TopicmapViewmodel(long topicmapId, DeepaMehtaService dms, List<ViewmodelCustomizer> customizers)
          Loads a topicmap from the DB.
 

Uses of ViewmodelCustomizer in de.deepamehta.plugins.topicmaps.service
 

Methods in de.deepamehta.plugins.topicmaps.service with parameters of type ViewmodelCustomizer
 void TopicmapsService.registerViewmodelCustomizer(ViewmodelCustomizer customizer)
           
 void TopicmapsService.unregisterViewmodelCustomizer(ViewmodelCustomizer customizer)
           
 



Copyright © 2014. All Rights Reserved.