android.webkit
Class JsResult
java.lang.Object
android.webkit.JsResult
- Direct Known Subclasses:
- JsPromptResult
public class JsResult
- extends Object
|
Method Summary |
void |
cancel()
Handle the result if the user cancelled the dialog. |
void |
confirm()
Handle a confirmation response from the user. |
(package private) boolean |
getResult()
|
(package private) void |
handleDefault()
|
(package private) void |
setReady()
|
protected void |
wakeUp()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mResult
protected boolean mResult
mProxy
protected final CallbackProxy mProxy
JsResult
JsResult(CallbackProxy proxy,
boolean defaultVal)
cancel
public final void cancel()
- Handle the result if the user cancelled the dialog.
confirm
public final void confirm()
- Handle a confirmation response from the user.
getResult
final boolean getResult()
setReady
final void setReady()
handleDefault
void handleDefault()
wakeUp
protected final void wakeUp()
Please submit a feedback, bug or feature