stacktrace:
java.lang.IllegalStateException: This component does not support the read-only mode, since state is of type CustomComponentState and does not inherit AbstractFieldState
at com.vaadin.ui.AbstractComponent.setReadOnly(AbstractComponent.java:1082)
at com.wcs.wcslib.vaadin.widget.multifileupload.ui.MultiFileUpload.setReadOnly(MultiFileUpload.java:224)
Due to a change in vaadin8.
stacktrace: java.lang.IllegalStateException: This component does not support the read-only mode, since state is of type CustomComponentState and does not inherit AbstractFieldState at com.vaadin.ui.AbstractComponent.setReadOnly(AbstractComponent.java:1082) at com.wcs.wcslib.vaadin.widget.multifileupload.ui.MultiFileUpload.setReadOnly(MultiFileUpload.java:224)