Uses of Class
org.directwebremoting.ui.Callback

Packages that use Callback
org.directwebremoting.extend This 'extend' package contains many of the classes that are interesting to very advanced DWR users, and people embedding or extending DWR. 
org.directwebremoting.impl   
org.directwebremoting.ui.browser   
 

Uses of Callback in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend with parameters of type Callback
<T> java.lang.String
CallbackHelper.saveCallback(Callback<T> callback, java.lang.Class<T> type)
          Used by the many proxy classes to record a callback for later calling
 

Uses of Callback in org.directwebremoting.impl
 

Methods in org.directwebremoting.impl with parameters of type Callback
<T> java.lang.String
DefaultCallbackHelper.saveCallback(Callback<T> callback, java.lang.Class<T> type)
           
 

Uses of Callback in org.directwebremoting.ui.browser
 

Methods in org.directwebremoting.ui.browser with parameters of type Callback
static void Window.confirm(java.lang.String message, Callback<java.lang.Boolean> callback)
          Show a 'confirm' dialog
static void Window.prompt(java.lang.String message, Callback<java.lang.String> callback)
          Show a 'prompt' dialog
 


Copyright ยจ 2008