Uses of Interface
com.vaadin.client.metadata.Invoker
-
Packages that use Invoker Package Description com.vaadin.client.metadata -
-
Uses of Invoker in com.vaadin.client.metadata
Classes in com.vaadin.client.metadata that implement Invoker Modifier and Type Class Description class
JsniInvoker
SpecialInvoker
that uses JSNI to invoke methods with limited visibility.Methods in com.vaadin.client.metadata that return Invoker Modifier and Type Method Description static Invoker
TypeDataStore. getConstructor(Type type)
static Invoker
TypeDataStore. getInvoker(Method method)
Methods in com.vaadin.client.metadata with parameters of type Invoker Modifier and Type Method Description void
TypeDataStore. setConstructor(Class<?> type, Invoker constructor)
void
TypeDataStore. setInvoker(Class<?> type, String methodName, Invoker invoker)
void
TypeDataStore. setSerializerFactory(Class<?> clazz, Invoker factory)
-