| Package | Description |
|---|---|
| com.threerings.gwt.util |
Miscellaneous utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InputClickCallback<T,W extends Widget & HasText & HasKeyDownHandlers & HasKeyUpHandlers>
Provides a click handler that will first request an input string from the user using a popup
and then perform a service call with the input string.
|
| Modifier and Type | Method and Description |
|---|---|
ClickCallback<T> |
ClickCallback.setConfirmChoices(String confirm,
String abort)
Configures the choices to be shown in the confirmation dialog.
|
ClickCallback<T> |
ClickCallback.setConfirmHTML(String message)
Configures this callback with an HTML confirmation message.
|
ClickCallback<T> |
ClickCallback.setConfirmText(String message)
Configures this callback with a plain text confirmation message.
|
Copyright © 2013. All Rights Reserved.