Nuxeo Enterprise Platform 5.3

org.nuxeo.ecm.gwt.runtime.client.ui
Class ProgressTimer

java.lang.Object
  extended by 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
           
 
Constructor Summary
ProgressTimer()
           
 
Method Summary
 void cancel()
           
 void hideBusy()
           
 void showBusy()
           
 void start(int timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timer

protected com.google.gwt.user.client.Timer timer

busy

protected com.google.gwt.user.client.ui.PopupPanel busy
Constructor Detail

ProgressTimer

public ProgressTimer()
Method Detail

cancel

public void cancel()

start

public void start(int timeout)

showBusy

public void showBusy()

hideBusy

public void hideBusy()

Nuxeo Enterprise Platform 5.3

Copyright © 2010 Nuxeo SAS. All Rights Reserved.