Uses of Interface
com.vaadin.v7.ui.Upload.Receiver
-
Packages that use Upload.Receiver Package Description com.vaadin.v7.ui -
-
Uses of Upload.Receiver in com.vaadin.v7.ui
Methods in com.vaadin.v7.ui that return Upload.Receiver Modifier and Type Method Description Upload.ReceiverUpload. getReceiver()Deprecated.Returns the current receiver.Methods in com.vaadin.v7.ui with parameters of type Upload.Receiver Modifier and Type Method Description voidUpload. setReceiver(Upload.Receiver receiver)Deprecated.Sets the receiver.Constructors in com.vaadin.v7.ui with parameters of type Upload.Receiver Constructor Description Upload(String caption, Upload.Receiver uploadReceiver)Deprecated.
-