- onActivityResult(int, int, Intent) - Method in class org.xwalk.core.XWalkView
-
Pass through activity result to XWalkView.
- onDestroy() - Method in class org.xwalk.core.XWalkView
-
Release internal resources occupied by this XWalkView.
- onFullscreenToggled(XWalkView, boolean) - Method in class org.xwalk.core.XWalkUIClient
-
Tell the client to toggle fullscreen mode.
- onHide() - Method in class org.xwalk.core.XWalkView
-
Pause many other things except JavaScript timers inside rendering engine,
like video player, modal dialogs, etc.
- onJavascriptCloseWindow(XWalkView) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the client to close the given XWalkView.
- onJavascriptModalDialog(XWalkView, XWalkUIClient.JavascriptMessageType, String, String, String, XWalkJavascriptResult) - Method in class org.xwalk.core.XWalkUIClient
-
Tell the client to display a prompt dialog to the user.
- onLoadFinished(XWalkView, String) - Method in class org.xwalk.core.XWalkResourceClient
-
Notify the client that the XWalkView completes to load the resource
specified by the given url.
- onLoadStarted(XWalkView, String) - Method in class org.xwalk.core.XWalkResourceClient
-
Notify the client that the XWalkView will load the resource specified
by the given url.
- onMessage(int, String) - Method in class org.xwalk.core.XWalkExtension
-
Notify the extension that the async message is received.
- onNewIntent(Intent) - Method in class org.xwalk.core.XWalkView
-
Pass through intents to XWalkView.
- onPageLoadStarted(XWalkView, String) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the host application that a page has started loading.
- onPageLoadStopped(XWalkView, String, XWalkUIClient.LoadStatus) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the host application that a page has stopped loading.
- onProgressChanged(XWalkView, int) - Method in class org.xwalk.core.XWalkResourceClient
-
Notify the client the progress info of loading a specific url.
- onReceivedLoadError(XWalkView, int, String, String) - Method in class org.xwalk.core.XWalkResourceClient
-
Report an error to the client.
- onReceivedTitle(XWalkView, String) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the host application of a change in the document title.
- onRequestFocus(XWalkView) - Method in class org.xwalk.core.XWalkUIClient
-
Request display and focus for this XWalkView.
- onScaleChanged(XWalkView, float, float) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the client that the scale applied to the XWalkView has changed.
- onShow() - Method in class org.xwalk.core.XWalkView
-
Resume video player, modal dialogs.
- onSyncMessage(int, String) - Method in class org.xwalk.core.XWalkExtension
-
Notify the extension that the sync message is received.
- onUnhandledKeyEvent(XWalkView, KeyEvent) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the host application that a key was not handled by the XWalkView.
- openFileChooser(XWalkView, ValueCallback<Uri>, String, String) - Method in class org.xwalk.core.XWalkUIClient
-
Tell the client to open a file chooser.
- org.xwalk.core - package org.xwalk.core
-
- XWalkExtension - Class in org.xwalk.core
-
This class represents an extension and could be implemented by callers.
- XWalkExtension(String, String) - Constructor for class org.xwalk.core.XWalkExtension
-
Constructor with name and javascript API.
- XWalkExtension(String, String, String[]) - Constructor for class org.xwalk.core.XWalkExtension
-
Constructor with name, javascript API and entry points.
- XWalkJavascriptResult - Interface in org.xwalk.core
-
This interface is used when XWalkUIClient offers a JavaScript
modal dialog (alert, beforeunload or confirm) to enable the client to
handle the dialog in their own way.
- XWalkNavigationHistory - Class in org.xwalk.core
-
This class represents a navigation history for a XWalkView instance.
- XWalkNavigationHistory(Object) - Constructor for class org.xwalk.core.XWalkNavigationHistory
-
- XWalkNavigationHistory.Direction - Enum in org.xwalk.core
-
The direction for web page navigation.
- XWalkNavigationItem - Class in org.xwalk.core
-
This class represents a navigation item and is managed in XWalkNavigationHistory.
- XWalkNavigationItem(Object) - Constructor for class org.xwalk.core.XWalkNavigationItem
-
- XWalkPreferences - Class in org.xwalk.core
-
This class represents the preferences and could be set by callers.
- XWalkPreferences() - Constructor for class org.xwalk.core.XWalkPreferences
-
- XWalkResourceClient - Class in org.xwalk.core
-
This class notifies the embedder resource events/callbacks.
- XWalkResourceClient(XWalkView) - Constructor for class org.xwalk.core.XWalkResourceClient
-
Constructor.
- XWalkUIClient - Class in org.xwalk.core
-
This class notifies the embedder UI events/callbacks.
- XWalkUIClient(XWalkView) - Constructor for class org.xwalk.core.XWalkUIClient
-
Constructor.
- XWalkUIClient.JavascriptMessageType - Enum in org.xwalk.core
-
The type of JavaScript modal dialog.
- XWalkUIClient.LoadStatus - Enum in org.xwalk.core
-
The status when a page stopped loading
- XWalkView - Class in org.xwalk.core
-
XWalkView represents an Android view for web apps/pages.
- XWalkView(Context, AttributeSet) - Constructor for class org.xwalk.core.XWalkView
-
Constructor for inflating via XML.
- XWalkView(Context, Activity) - Constructor for class org.xwalk.core.XWalkView
-
Constructor for Crosswalk runtime.