public class MobileProgressBar extends Object implements IProgressBarNoCancelWaitDialog
| Modifier and Type | Class and Description |
|---|---|
static class |
MobileProgressBar.CancelMonitor
Hilfsklasse um einen laufenden callback zu canceln.
|
| Constructor and Description |
|---|
MobileProgressBar()
Default constructor.
|
MobileProgressBar(boolean showInfoText)
Constructor with possibility to enable info text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setLoadingImage(com.google.gwt.resources.client.ImageResource imageResource)
Sets the loading indicator image inside the loading indicator popup.
|
void |
setLoadingSubtitleText(String loadingSubtitleText)
Sets the subtitle that is shown inside the loading indicator popup.
|
void |
setLoadingText(String loadingText)
Sets the information text that is shown inside the loading indicator popup.
|
void |
showDialog()
Zeigt den Wartebalken an.
|
<T> com.google.gwt.user.client.rpc.AsyncCallback<T> |
start(com.google.gwt.user.client.rpc.AsyncCallback<T> callbackToExecute) |
void |
start(com.google.gwt.core.client.RunAsyncCallback callbackToExecute) |
public MobileProgressBar()
public MobileProgressBar(boolean showInfoText)
showInfoText - whether an info text should be shown inside the loading indicator popuppublic void setLoadingText(String loadingText)
loadingText - public void setLoadingSubtitleText(String loadingSubtitleText)
loadingSubtitleText - public void setLoadingImage(com.google.gwt.resources.client.ImageResource imageResource)
imageResource - public void showDialog()
public <T> com.google.gwt.user.client.rpc.AsyncCallback<T> start(com.google.gwt.user.client.rpc.AsyncCallback<T> callbackToExecute)
start in interface IProgressBarWaitDialogde.swm.issng.gkpk.client.utils.progressbar.IProgressBarWaitDialog#start()public void start(com.google.gwt.core.client.RunAsyncCallback callbackToExecute)
start in interface IProgressBarWaitDialogde.swm.issng.gkpk.client.utils.progressbar.IProgressBarWaitDialog#start()Copyright © 2011–2015 SWM. All rights reserved.