public final class DefaultSavePasswordCallback extends DefaultCallback implements SavePasswordCallback
SavePasswordCallback
implementation that shows a bubble that
allows the user to save a password in the password store.SavePasswordCallback.Action, SavePasswordCallback.Params
Constructor and Description |
---|
DefaultSavePasswordCallback(BrowserView parent) |
Modifier and Type | Method and Description |
---|---|
void |
on(SavePasswordCallback.Params params,
SavePasswordCallback.Action tell)
Invoked when the callback needs a response for the given callback parameters.
|
public DefaultSavePasswordCallback(BrowserView parent)
public void on(SavePasswordCallback.Params params, SavePasswordCallback.Action tell)
AsyncCallback
on
in interface AsyncCallback<SavePasswordCallback.Params,SavePasswordCallback.Action>
params
- the object that represents the callback parameterstell
- the object that can be used to provide the callback response. One of its
methods must be invoked to provide the response. Once the response has been
provided, any call to the object methods will result in the IllegalStateException