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 MethodRpcManager. 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 MethodType. getMethod(String name)Methods in com.vaadin.client.metadata with parameters of type Method Modifier and Type Method Description static InvokerTypeDataStore. getInvoker(Method method)static Type[]TypeDataStore. getParamTypes(Method method)static TypeTypeDataStore. getReturnType(Method method)ObjectInvokationHandler. invoke(Object target, Method method, Object[] params)static booleanTypeDataStore. isDelayed(Method method)static booleanTypeDataStore. isLastOnly(Method method)static booleanTypeDataStore. isNoLayoutRpcMethod(Method method)Checks whether the provided method is annotated withNoLayout.static booleanTypeDataStore. isNoLoadingIndicator(Method method)
-