Java com.vaadin.ui Upload fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.ui Upload fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.ui Upload.

The text is from its open source code.

Subclass

com.vaadin.ui.Upload has subclasses.
Click this link to see all its subclasses.

Field

booleanfocus
Should the field be focused on next repaint?

Constructor

Method

RegistrationaddFailedListener(FailedListener listener)
Adds the upload interrupted event listener.
RegistrationaddFinishedListener(FinishedListener listener)
Adds the upload received event listener.
RegistrationaddListener(Component.Listener listener)
RegistrationaddProgressListener(ProgressListener listener)
Adds the upload progress event listener.
RegistrationaddStartedListener(StartedListener listener)
Adds the upload started event listener.
voidaddStyleName(String style)
RegistrationaddSucceededListener(SucceededListener listener)
Adds the upload success event listener.
ReceivergetReceiver()
Returns the current receiver.
voidinterruptUpload()
Interrupts the upload currently being received.
voidsetButtonCaption(String buttonCaption)
In addition to the actual file chooser, upload components have button that starts actual upload progress.
voidsetCaption(String caption)
voidsetComponentError(ErrorMessage componentError)
Sets the component's error message.
voidsetEnabled(boolean enabled)
voidsetHeight(float height, Unit unit)
voidsetReceiver(Receiver receiver)
Sets the receiver.
voidsetStyleName(String style)
voidsetVisible(boolean visible)
voidsetWidth(float width, Unit unit)
voidsetWidth(String width)
voidsetWidthUndefined()