A B C E G H J L N O P R S V X 

A

addJavascriptInterface(Object, String) - Method in class org.xwalk.core.XWalkView
Injects the supplied Java object into this XWalkView.
ALLOW_UNIVERSAL_ACCESS_FROM_FILE - Static variable in class org.xwalk.core.XWalkPreferences
The key string to allow/disallow having universal access from file origin.
ANIMATABLE_XWALK_VIEW - Static variable in class org.xwalk.core.XWalkPreferences
The key string to enable/disable animatable XWalkView.

B

broadcastMessage(String) - Method in class org.xwalk.core.XWalkExtension
Broadcast message to all extension instances.

C

cancel() - Method in interface org.xwalk.core.XWalkJavascriptResult
Handle the result if the caller cancelled the dialog.
canGoBack() - Method in class org.xwalk.core.XWalkNavigationHistory
Test whether XWalkView can go back.
canGoForward() - Method in class org.xwalk.core.XWalkNavigationHistory
Test whether XWalkView can go forward.
clear() - Method in class org.xwalk.core.XWalkNavigationHistory
Clear all history owned by this XWalkView.
clearCache(boolean) - Method in class org.xwalk.core.XWalkView
Clear the resource cache.
confirm() - Method in interface org.xwalk.core.XWalkJavascriptResult
Handle a confirm without a result.
confirmWithResult(String) - Method in interface org.xwalk.core.XWalkJavascriptResult
Handle a confirm with a result from caller.

E

ERROR_AUTHENTICATION - Static variable in class org.xwalk.core.XWalkResourceClient
User authentication failed on server
ERROR_BAD_URL - Static variable in class org.xwalk.core.XWalkResourceClient
Malformed URL
ERROR_CONNECT - Static variable in class org.xwalk.core.XWalkResourceClient
Failed to connect to the server
ERROR_FAILED_SSL_HANDSHAKE - Static variable in class org.xwalk.core.XWalkResourceClient
Failed to perform SSL handshake
ERROR_FILE - Static variable in class org.xwalk.core.XWalkResourceClient
Generic file error
ERROR_FILE_NOT_FOUND - Static variable in class org.xwalk.core.XWalkResourceClient
File not found
ERROR_HOST_LOOKUP - Static variable in class org.xwalk.core.XWalkResourceClient
Server or proxy hostname lookup failed
ERROR_IO - Static variable in class org.xwalk.core.XWalkResourceClient
Failed to read or write to the server
ERROR_OK - Static variable in class org.xwalk.core.XWalkResourceClient
Success
ERROR_PROXY_AUTHENTICATION - Static variable in class org.xwalk.core.XWalkResourceClient
User authentication failed on proxy
ERROR_REDIRECT_LOOP - Static variable in class org.xwalk.core.XWalkResourceClient
Too many redirects
ERROR_TIMEOUT - Static variable in class org.xwalk.core.XWalkResourceClient
Connection timed out
ERROR_TOO_MANY_REQUESTS - Static variable in class org.xwalk.core.XWalkResourceClient
Too many requests during this load
ERROR_UNKNOWN - Static variable in class org.xwalk.core.XWalkResourceClient
Generic error
ERROR_UNSUPPORTED_AUTH_SCHEME - Static variable in class org.xwalk.core.XWalkResourceClient
Unsupported authentication scheme (not basic or digest)
ERROR_UNSUPPORTED_SCHEME - Static variable in class org.xwalk.core.XWalkResourceClient
Unsupported URI scheme
evaluateJavascript(String, ValueCallback<String>) - Method in class org.xwalk.core.XWalkView
Evaluate a fragment of JavaScript code and get the result via callback.

G

getAPIVersion() - Method in class org.xwalk.core.XWalkView
 
getBooleanValue(String) - Static method in class org.xwalk.core.XWalkPreferences
 
getCurrentIndex() - Method in class org.xwalk.core.XWalkNavigationHistory
Get the index for current navigation item.
getCurrentItem() - Method in class org.xwalk.core.XWalkNavigationHistory
Get the current item which XWalkView displays.
getIntegerValue(String) - Static method in class org.xwalk.core.XWalkPreferences
 
getItemAt(int) - Method in class org.xwalk.core.XWalkNavigationHistory
Get a specific item given by index.
getNavigationHistory() - Method in class org.xwalk.core.XWalkView
Get the navigation history for current XWalkView.
getOriginalUrl() - Method in class org.xwalk.core.XWalkNavigationItem
Get the original url of current navigation item.
getOriginalUrl() - Method in class org.xwalk.core.XWalkView
Get the original url specified by caller.
getStringValue(String) - Static method in class org.xwalk.core.XWalkPreferences
 
getTitle() - Method in class org.xwalk.core.XWalkNavigationItem
Get the title of current navigation item.
getTitle() - Method in class org.xwalk.core.XWalkView
Get the title of current web page/app.
getUrl() - Method in class org.xwalk.core.XWalkNavigationItem
Get the url of current navigation item.
getUrl() - Method in class org.xwalk.core.XWalkView
Get the url of current web page/app.
getValue(String) - Static method in class org.xwalk.core.XWalkPreferences
 
getXWalkVersion() - Method in class org.xwalk.core.XWalkView
 

H

hasEnteredFullscreen() - Method in class org.xwalk.core.XWalkView
Indicate that a HTML element is occupying the whole screen.
hasItemAt(int) - Method in class org.xwalk.core.XWalkNavigationHistory
Test whether there is an item at a specific index.

J

JAVASCRIPT_CAN_OPEN_WINDOW - Static variable in class org.xwalk.core.XWalkPreferences
The key string to allow/disallow javascript to open window automatically.
JavascriptInterface - Annotation Type in org.xwalk.core
Marks a method as being able to be exposed to JavaScript.

L

leaveFullscreen() - Method in class org.xwalk.core.XWalkView
Leave fullscreen mode if it's.
load(String, String) - Method in class org.xwalk.core.XWalkView
Load a web page/app from a given base URL or a content.
loadAppFromManifest(String, String) - Method in class org.xwalk.core.XWalkView
Load a web app from a given manifest.json file.

N

navigate(XWalkNavigationHistory.Direction, int) - Method in class org.xwalk.core.XWalkNavigationHistory
Navigates to the specified step from the current navigation item.

O

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
 

P

pauseTimers() - Method in class org.xwalk.core.XWalkView
Pause all layout, parsing and JavaScript timers for all XWalkView instances.
postMessage(int, String) - Method in class org.xwalk.core.XWalkExtension
Send message to an instance.
PROFILE_NAME - Static variable in class org.xwalk.core.XWalkPreferences
The key string to set xwalk profile name.

R

reload(int) - Method in class org.xwalk.core.XWalkView
Reload a web app with a given mode.
RELOAD_IGNORE_CACHE - Static variable in class org.xwalk.core.XWalkView
Reload mode with bypassing the cache.
RELOAD_NORMAL - Static variable in class org.xwalk.core.XWalkView
Normal reload mode as default.
REMOTE_DEBUGGING - Static variable in class org.xwalk.core.XWalkPreferences
The key string to enable/disable remote debugging.
restoreState(Bundle) - Method in class org.xwalk.core.XWalkView
Restore the state from the saved bundle data.
resumeTimers() - Method in class org.xwalk.core.XWalkView
Resume all layout, parsing and JavaScript timers for all XWalkView instances.

S

saveState(Bundle) - Method in class org.xwalk.core.XWalkView
Save current internal state of this XWalkView.
setNetworkAvailable(boolean) - Method in class org.xwalk.core.XWalkView
This method is used by Cordova for hacking.
setResourceClient(XWalkResourceClient) - Method in class org.xwalk.core.XWalkView
Embedders use this to customize their handlers to events/callbacks related to resource loading.
setUIClient(XWalkUIClient) - Method in class org.xwalk.core.XWalkView
Embedders use this to customize their handlers to events/callbacks related to UI.
setValue(String, boolean) - Static method in class org.xwalk.core.XWalkPreferences
 
setValue(String, int) - Static method in class org.xwalk.core.XWalkPreferences
 
setValue(String, String) - Static method in class org.xwalk.core.XWalkPreferences
 
shouldInterceptLoadRequest(XWalkView, String) - Method in class org.xwalk.core.XWalkResourceClient
Notify the client of a resource request and allow the client to return the data.
shouldOverrideKeyEvent(XWalkView, KeyEvent) - Method in class org.xwalk.core.XWalkUIClient
Give the host application a chance to handle the key event synchronously.
shouldOverrideUrlLoading(XWalkView, String) - Method in class org.xwalk.core.XWalkResourceClient
Give the host application a chance to take over the control when a new url is about to be loaded in the current XWalkView.
size() - Method in class org.xwalk.core.XWalkNavigationHistory
Total size of navigation history for the XWalkView.
stopLoading() - Method in class org.xwalk.core.XWalkView
Stop current loading progress.
SUPPORT_MULTIPLE_WINDOWS - Static variable in class org.xwalk.core.XWalkPreferences
The key string to enable/disable multiple windows.

V

valueOf(String) - Static method in enum org.xwalk.core.XWalkNavigationHistory.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwalk.core.XWalkUIClient.JavascriptMessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwalk.core.XWalkUIClient.LoadStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xwalk.core.XWalkNavigationHistory.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwalk.core.XWalkUIClient.JavascriptMessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwalk.core.XWalkUIClient.LoadStatus
Returns an array containing the constants of this enum type, in the order they are declared.

X

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.
A B C E G H J L N O P R S V X