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