Nuxeo Enterprise Platform 5.4

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 java.lang.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

Constructor Summary
ProgressTimer()
           
 
Method Summary
 void cancel()
           
 void hideBusy()
           
 void showBusy()
           
 void start(int timeout)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.