Component for client file uploading.
3.0
Inheritance Path. java.lang.Object-> com.itmill.toolkit.ui.AbstractComponent -> com.itmill.toolkit.ui.Upload
Creates a new instance of Upload that redirects the uploaded data to given stream.
Parameters
listener
Listener to be added.
Add upload interrupted event listener
Parameters
listener
Listener to be added.
Add upload received event listener
Parameters
listener
Listener to be added.
Add upload success event listener
Parameters
Unique id of focusable.
getFocusableId()
Get unique ID of focusable. This will be used to move input focus directly to this component.
Parameters
Positive tab order of this focusable. Negative of zero means unspecified tab order.
getTabIndex()
Get Tabulator index of this Focusable component.
Parameters
target
Target to paint the content on.
Exceptions
PaintException
The paint operation failed.
Paint the content of this component.
Parameters
listener
Listener to be removed.
Remove upload interrupted event listener
Parameters
listener
Listener to be removed.
Remove upload received event listener
Parameters
listener
Listener to be removed.
Remove upload success event listener
Parameters
tabIndex
Positive tab order of this focusable. Negative of zero means unspecified tab order.
setTabIndex(int)
Set Tabulator index of this Focusable component.