ViewListener

Undocumented in source.

Constructors

this
this(Application app)
Undocumented in source.

Members

Functions

onAddConsoleMessage
void onAddConsoleMessage(WebView view, Activity activity, const(wchar)[] msg, uint lineNum, const(wchar)[] src)
Undocumented in source. Be warned that the author may not have intended to support it.
onChangeAddressBar
void onChangeAddressBar(WebView view, Activity activity, WebURL url)
Undocumented in source. Be warned that the author may not have intended to support it.
onChangeCursor
void onChangeCursor(WebView view, Activity activity, Cursor cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
onChangeFocus
void onChangeFocus(WebView view, Activity activity, FocusedElementType fet)
Undocumented in source. Be warned that the author may not have intended to support it.
onChangeTargetURL
void onChangeTargetURL(WebView view, Activity activity, WebURL url)
Undocumented in source. Be warned that the author may not have intended to support it.
onChangeTitle
void onChangeTitle(WebView view, Activity activity, const(wchar)[] title)
Undocumented in source. Be warned that the author may not have intended to support it.
onChangeTooltip
void onChangeTooltip(WebView view, Activity activity, const(wchar)[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
onShowCreatedWebView
void onShowCreatedWebView(WebView view, Activity activity, WebView newView, WebURL openerURL, WebURL targetURL, Rect rect, bool isPopup)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta