Example usage for com.vaadin.client.ui VUpload subclass-usage

List of usage examples for com.vaadin.client.ui VUpload subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.client.ui VUpload subclass-usage.

Usage

From source file com.haulmont.cuba.web.toolkit.ui.client.upload.CubaUploadWidget.java

@Deprecated
public class CubaUploadWidget extends VUpload {

    public void setAccept(String accept) {
        if (accept != null) {
            fu.getElement().setAttribute("accept", accept);

From source file com.wcs.wcslib.vaadin.widget.multifileupload.client.VCustomUpload.java

/**
 *
 * @author gergo
 */
public class VCustomUpload extends VUpload {