Uses of Class
com.vaadin.swingkit.core.MethodDescription
-
Uses of MethodDescription in com.vaadin.swingkit.core
Methods in com.vaadin.swingkit.core that return MethodDescriptionModifier and TypeMethodDescriptionHandledInvocations.getHandledInvocations()Get the handled (registered)MethodDescriptionby this handler.MethodInvocation.getMethodDescription()Gets theMethodDescriptionof the method that will be called by the invocation.Methods in com.vaadin.swingkit.core with parameters of type MethodDescriptionModifier and TypeMethodDescriptionprotected MethodHandledInvocations.descriptionToMethod(MethodDescription desc, ClassLoader cl) Transform aMethodDescriptionand its relatedClassLoader.voidHandledInvocations.register(MethodDescription description, SwingVaadinInvocation<?> runner) Register a pairMethodDescriptionandSwingVaadinInvocationvoidMethodInvocation.setMethodDescription(MethodDescription methodDescription) Sets theMethodDescriptionof the method that will be called by the invocation.