|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Upload.Receiver | |
---|---|
com.vaadin.ui |
Uses of Upload.Receiver in com.vaadin.ui |
---|
Methods in com.vaadin.ui that return Upload.Receiver | |
---|---|
Upload.Receiver |
Upload.getReceiver()
Returns the current receiver. |
Methods in com.vaadin.ui with parameters of type Upload.Receiver | |
---|---|
void |
Upload.setReceiver(Upload.Receiver receiver)
Sets the receiver. |
void |
DragAndDropWrapper.WrapperTransferable.Html5File.setReceiver(Upload.Receiver receiver)
Sets the Upload.Receiver that into which the file contents will
be written. |
Constructors in com.vaadin.ui with parameters of type Upload.Receiver | |
---|---|
Upload(String caption,
Upload.Receiver uploadReceiver)
Creates a new instance of Upload that redirects the uploaded data to stream given by the Receiver. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |