Class UploadNotification
java.lang.Object
com.levigo.jadice.web.demo.common.client.widgets.notification.AbstractNotification
com.levigo.jadice.web.demo.common.client.widgets.notification.DialogNotification
com.levigo.jadice.web.demo.common.client.widgets.notification.UploadNotification
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget
,Notification
Notification for showing the upload process
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
Nested classes/interfaces inherited from class com.levigo.jadice.web.demo.common.client.widgets.notification.DialogNotification
DialogNotification.SimpleNotificationStyle
Nested classes/interfaces inherited from interface com.levigo.jadice.web.demo.common.client.widgets.notification.Notification
Notification.HideHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
cancel()
void
finished()
void
setCurrent
(long current) protected String
toByteString
(double value) Methods inherited from class com.levigo.jadice.web.demo.common.client.widgets.notification.DialogNotification
add, asWidget, setContent, setContent, setHeader
Methods inherited from class com.levigo.jadice.web.demo.common.client.widgets.notification.AbstractNotification
cancelHideIn, hide, hideIn, onShow, setAutoHideDuration
-
Constructor Details
-
Method Details
-
setCurrent
public void setCurrent(long current) -
cancel
public void cancel() -
toByteString
-
finished
public void finished()
-