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 classJsniInvokerSpecialInvokerthat uses JSNI to invoke methods with limited visibility.Methods in com.vaadin.client.metadata that return Invoker Modifier and Type Method Description static InvokerTypeDataStore. getConstructor(Type type)static InvokerTypeDataStore. getInvoker(Method method)Methods in com.vaadin.client.metadata with parameters of type Invoker Modifier and Type Method Description voidTypeDataStore. setConstructor(Class<?> type, Invoker constructor)voidTypeDataStore. setInvoker(Class<?> type, String methodName, Invoker invoker)voidTypeDataStore. setSerializerFactory(Class<?> clazz, Invoker factory)
-