Uses of Interface
com.vaadin.client.metadata.Invoker

Packages that use Invoker
com.vaadin.client.metadata   
 

Uses of Invoker in com.vaadin.client.metadata
 

Classes in com.vaadin.client.metadata that implement Invoker
 class JsniInvoker
          Special Invoker that uses JSNI to invoke methods with limited visibility.
 

Methods in com.vaadin.client.metadata that return Invoker
static Invoker TypeDataStore.getConstructor(Type type)
           
static Invoker TypeDataStore.getInvoker(Method method)
           
 

Methods in com.vaadin.client.metadata with parameters of type Invoker
 void TypeDataStore.setConstructor(java.lang.Class<?> type, Invoker constructor)
           
 void TypeDataStore.setInvoker(java.lang.Class<?> type, java.lang.String methodName, Invoker invoker)
           
 void TypeDataStore.setSerializerFactory(java.lang.Class<?> clazz, Invoker factory)
           
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.