Directory

← Back

ResetUpload Extension

Simple extension for Upload component

Author

Contributors

Rating

This is a simple extension for Upload component that allows resetting it when the user has chosen a file but didn't start an upload.

Sample code

Upload upload1 = new Upload();
    	final ResetUploadExtension extension = new ResetUploadExtension(upload1);
    	Button resetButton = new Button("Reset", new ClickListener() {
			
			@Override
			public void buttonClick(ClickEvent event) {
				extension.resetUpload();
			}
		});

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Initial release

Released
2014-04-07
Maturity
BETA
License
Apache License 2.0

Compatibility

Framework
Vaadin 7.1+
Vaadin 7.6+ in 0.0.3
Browser
Internet Explorer
Firefox
Opera
Safari
Google Chrome
Internet Explorer
Internet Explorer

Vaadin Add-on Directory

Find open-source widgets, add-ons, themes, and integrations for your Vaadin application. Vaadin Add-on Directory
The channel for finding, promoting, and distributing Vaadin add-ons.
Online