Package com.vaadin.shared.annotations
-
Class Summary Class Description DelegateToWidget.Helper Internal helper for handling default values in a uniform way both at runtime and during widgetset compilation. -
Annotation Types Summary Annotation Type Description Delayed Invoking a method in aServerRpc
interface marked with this annotation will only add the invocation to a queue of outgoing RPC invocations, but it will not cause the queue to be purged and sent to the server.DelegateToWidget Signals that the property value from a state class should be forwarded to the Widget of the corresponding connector instance.NoLayout Annotation used to mark client RPC methods, state fields, or state setter methods that should not trigger a layout phase after changes have been processed.NoLoadingIndicator Annotation used to mark server RPC methods for which it isn't necessary to show the loading indicator.