Class UploadProgressState
- java.lang.Object
-
- org.gcube.portlets.widgets.fileupload.client.state.AbstractState
-
- org.gcube.portlets.widgets.fileupload.client.state.UploadProgressState
-
public final class UploadProgressState extends AbstractState
-
-
Field Summary
Fields Modifier and Type Field Description static UploadProgressStateINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetUploadProgress(String filename)voidsetUploadProgress(String filename, Integer percentage)-
Methods inherited from class org.gcube.portlets.widgets.fileupload.client.state.AbstractState
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
-
-
-
-
Field Detail
-
INSTANCE
public static final UploadProgressState INSTANCE
-
-