Uses of Interface
org.xwiki.gwt.user.client.Updatable

Packages that use Updatable
org.xwiki.gwt.user.client   
 

Uses of Updatable in org.xwiki.gwt.user.client
 

Classes in org.xwiki.gwt.user.client that implement Updatable
 class BackForwardCache
          Allows us to preserve the state of the editor against the browser's Back button, the soft page refresh and the browser crash by using the browser's cache mechanism.
 

Constructors in org.xwiki.gwt.user.client with parameters of type Updatable
DeferredUpdater(Updatable updatable)
          Creates a new deferred updater for the specified Updatable object.
DeferredUpdater(Updatable updatable, int delay)
          Creates a new deferred updater for the specified Updatable object.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.