We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.shared.annotations.
Annotation Type NoLoadingIndicator
-
@Target(value=METHOD) @Documented public @interface NoLoadingIndicator
Annotation used to mark server RPC methods for which it isn't necessary to show the loading indicator. The framework will show a loading indicator when sending requests for RPC methods that are not marked with this annotation. The loading indicator is hidden once a response is received.
Since:
7.4
Author:
Vaadin Ltd