Uses of Class
com.vaadin.client.metadata.Method
-
Packages that use Method Package Description com.vaadin.client.communication com.vaadin.client.metadata -
-
Uses of Method in com.vaadin.client.communication
Methods in com.vaadin.client.communication that return Method Modifier and Type Method Description static Method
RpcManager. getMethod(MethodInvocation invocation)
Gets the method that an invocation targets. -
Uses of Method in com.vaadin.client.metadata
Methods in com.vaadin.client.metadata that return Method Modifier and Type Method Description Method
Type. getMethod(String name)
Methods in com.vaadin.client.metadata with parameters of type Method Modifier and Type Method Description static Invoker
TypeDataStore. getInvoker(Method method)
static Type[]
TypeDataStore. getParamTypes(Method method)
static Type
TypeDataStore. getReturnType(Method method)
Object
InvokationHandler. invoke(Object target, Method method, Object[] params)
static boolean
TypeDataStore. isDelayed(Method method)
static boolean
TypeDataStore. isLastOnly(Method method)
static boolean
TypeDataStore. isNoLayoutRpcMethod(Method method)
Checks whether the provided method is annotated withNoLayout
.static boolean
TypeDataStore. isNoLoadingIndicator(Method method)
-