Uses of Package
com.vaadin.shared.annotations

Packages that use com.vaadin.shared.annotations
com.vaadin.shared.ui.calendar   
com.vaadin.shared.ui.colorpicker   
com.vaadin.shared.ui.textarea   
com.vaadin.shared.ui.ui   
 

Classes in com.vaadin.shared.annotations used by com.vaadin.shared.ui.calendar
Delayed
          Invoking a method in a ServerRpc 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.
 

Classes in com.vaadin.shared.annotations used by com.vaadin.shared.ui.colorpicker
DelegateToWidget
          Signals that the property value from a state class should be forwarded to the Widget of the corresponding connector instance.
 

Classes in com.vaadin.shared.annotations used by com.vaadin.shared.ui.textarea
DelegateToWidget
          Signals that the property value from a state class should be forwarded to the Widget of the corresponding connector instance.
 

Classes in com.vaadin.shared.annotations used by com.vaadin.shared.ui.ui
Delayed
          Invoking a method in a ServerRpc 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.
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.