org.nuxeo.ecm.gwt.runtime.client.ui
Class ProgressTimer
java.lang.Object
org.nuxeo.ecm.gwt.runtime.client.ui.ProgressTimer
public class ProgressTimer
- extends Object
This class is used to show the progress dialog if an async request was not completed after a given
time interval.
- Author:
- Bogdan Stefanescu
Field Summary |
protected com.google.gwt.user.client.ui.PopupPanel |
busy
|
protected com.google.gwt.user.client.Timer |
timer
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timer
protected com.google.gwt.user.client.Timer timer
busy
protected com.google.gwt.user.client.ui.PopupPanel busy
ProgressTimer
public ProgressTimer()
cancel
public void cancel()
start
public void start(int timeout)
showBusy
public void showBusy()
hideBusy
public void hideBusy()
Copyright © 2010 Nuxeo SAS. All Rights Reserved.