|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
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 | ||
|---|---|---|
|
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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||