Project Wonder 5.0

Uses of Class
er.ajax.AjaxProgress

Packages that use AjaxProgress
er.ajax   
 

Uses of AjaxProgress in er.ajax
 

Subclasses of AjaxProgress in er.ajax
 class AjaxUploadProgress
          AjaxUploadProgress is an AjaxProgress extended for tracking an Ajax File Upload.
 

Methods in er.ajax that return AjaxProgress
 AjaxProgress AjaxProgressBar.progress()
           
static AjaxProgress AjaxProgressBar.progress(com.webobjects.appserver.WOSession session, java.lang.String id)
          Returns the progress object with the given id (or null if one does not exist).
static AjaxProgress AjaxProgress.progress(com.webobjects.appserver.WOSession session, java.lang.String id)
          Returns the progress object with the given id (or null if one does not exist).
 

Methods in er.ajax with parameters of type AjaxProgress
static void AjaxProgressBar.registerProgress(com.webobjects.appserver.WOSession session, AjaxProgress progress)
          Register a progress object in the registry.
static void AjaxProgress.registerProgress(com.webobjects.appserver.WOSession session, AjaxProgress progress)
          Register a progress object in the registry.
static void AjaxProgressBar.unregisterProgress(com.webobjects.appserver.WOSession session, AjaxProgress progress)
          Unregister a progress object from the registry.
static void AjaxProgress.unregisterProgress(com.webobjects.appserver.WOSession session, AjaxProgress progress)
          Unregister a progress object from the registry.
 


Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.