- cancel() - Method in interface org.xwalk.core.ClientCertRequest
-
Cancel this request.
- cancel() - Method in class org.xwalk.core.XWalkHttpAuthHandler
-
- cancel() - Method in interface org.xwalk.core.XWalkJavascriptResult
-
Handle the result if the caller cancelled the dialog.
- cancelBackgroundDownload() - Method in class org.xwalk.core.XWalkUpdater
-
Cancel the background download
- cancelInit() - Method in class org.xwalk.core.XWalkInitializer
-
Attempt to cancel the initialization.
- 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.
- canZoomIn() - Method in class org.xwalk.core.XWalkView
-
Gets whether this XWalkView can be zoomed in.
- canZoomOut() - Method in class org.xwalk.core.XWalkView
-
Gets whether this XWalkView can be zoomed out.
- captureBitmapAsync(XWalkGetBitmapCallback) - Method in class org.xwalk.core.XWalkView
-
Capture a bitmap of visible content.
- 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.
- clearCacheForSingleFile(String) - Method in class org.xwalk.core.XWalkView
-
Clear the resource cache.
- clearClientCertPreferences(Runnable) - Method in class org.xwalk.core.XWalkView
-
Clears the client certificate preferences stored in response to
proceeding/cancelling client cert requests.
- clearFormData() - Method in class org.xwalk.core.XWalkView
-
Removes the autocomplete popup from the currently focused form field, if present.
- clearMatches() - Method in class org.xwalk.core.XWalkView
-
- clearSslPreferences() - Method in class org.xwalk.core.XWalkView
-
Clears the SSL preferences table stored in response to proceeding with
SSL certificate errors.
- ClientCertRequest - Interface in org.xwalk.core
-
- computeHorizontalScrollOffset() - Method in class org.xwalk.core.XWalkView
-
Compute the horizontal offset of the horizontal scrollbar's
thumb within the horizontal range.
- computeHorizontalScrollRange() - Method in class org.xwalk.core.XWalkView
-
Compute the horizontal range that the horizontal scrollbar represents.
- computeVerticalScrollExtent() - Method in class org.xwalk.core.XWalkView
-
Compute the vertical extent of the vertical scrollbar's thumb
within the vertical range.
- computeVerticalScrollOffset() - Method in class org.xwalk.core.XWalkView
-
Compute the vertical offset the vertical scrollbar's thumb
within the horizontal range.
- computeVerticalScrollRange() - Method in class org.xwalk.core.XWalkView
-
Compute the vertical range that the vertical scrollbar represents.
- 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.
- createXWalkWebResourceResponse(String, String, InputStream) - Method in class org.xwalk.core.XWalkResourceClient
-
Construct an instance of XWalkWebResourceResponse
for application usage.
- createXWalkWebResourceResponse(String, String, InputStream, int, String, Map<String, String>) - Method in class org.xwalk.core.XWalkResourceClient
-
Construct an instance of XWalkWebResourceResponse
for application usage.
- getAcceptLanguages() - Method in class org.xwalk.core.XWalkSettings
-
Get the accept languages of XWalkView.
- getAlertDialog(int) - Method in class org.xwalk.core.XWalkDialogManager
-
Get alert dialog for each situation.
- getAllowContentAccess() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether this XWalkView supports content URL access.
- getAllowFileAccess() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether this XWalkView supports file access.
- getAllowFileAccessFromFileURLs() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether JavaScript running in the context of a file scheme URL can
access content from other file scheme URLs.
- getAllowUniversalAccessFromFileURLs() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether JavaScript running in the context of a file scheme URL can
access content from any origin.
- getAPIVersion() - Method in class org.xwalk.core.XWalkView
-
Get the API version of Crosswalk embedding API.
- getBlockNetworkImage() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether the XWalkView does not load image resources from the network.
- getBlockNetworkLoads() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether the XWalkView does not load any resources from the network.
- getBooleanValue(String) - Static method in class org.xwalk.core.XWalkPreferences
-
Get a boolean preference value from Crosswalk.
- getBridge() - Method in class org.xwalk.core.XWalkCookieManager
-
- getBridge() - Method in class org.xwalk.core.XWalkDownloadListener
-
- getBridge() - Method in class org.xwalk.core.XWalkExtension
-
- getBridge() - Method in class org.xwalk.core.XWalkExternalExtensionManager
-
- getBridge() - Method in class org.xwalk.core.XWalkFindListener
-
- getBridge() - Method in class org.xwalk.core.XWalkGetBitmapCallback
-
- getBridge() - Method in class org.xwalk.core.XWalkHttpAuthHandler
-
- getBridge() - Method in class org.xwalk.core.XWalkNativeExtensionLoader
-
- getBridge() - Method in class org.xwalk.core.XWalkNavigationHistory
-
- getBridge() - Method in class org.xwalk.core.XWalkNavigationItem
-
- getBridge() - Method in class org.xwalk.core.XWalkResourceClient
-
- getBridge() - Method in class org.xwalk.core.XWalkSettings
-
- getBridge() - Method in class org.xwalk.core.XWalkUIClient
-
- getBridge() - Method in class org.xwalk.core.XWalkView
-
- getBridge() - Method in class org.xwalk.core.XWalkWebResourceResponse
-
- getBuiltInZoomControls() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether the zoom mechanisms built into XWalkView are being used.
- getCacheMode() - Method in class org.xwalk.core.XWalkSettings
-
Gets the current setting for overriding the cache mode.
- getCertificate() - Method in class org.xwalk.core.XWalkView
-
Gets the SSL certificate for the main top-level page or null
if there is no certificate (the site is not secure).
- getCompositingSurfaceType() - Method in class org.xwalk.core.XWalkView
-
Gets the compositing surface type of this XWalkView.
- getContentHeight() - Method in class org.xwalk.core.XWalkView
-
Get the content height of current web page/app.
- getCookie(String) - Method in class org.xwalk.core.XWalkCookieManager
-
Get cookie(s) for a given url so that it can be set to "cookie:" in http
request header.
- 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.
- getData() - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Gets the input stream that provides the resource response's data.
- getDatabaseEnabled() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether the database storage API is enabled.
- getDefaultFixedFontSize() - Method in class org.xwalk.core.XWalkSettings
-
Gets the default fixed font size.
- getDefaultFontSize() - Method in class org.xwalk.core.XWalkSettings
-
Gets the default font size.
- getDialogManager() - Method in class org.xwalk.core.XWalkActivity
-
Get the dialog manager so that you can customize the dialog to be dislplayed when
initializing Crosswalk Project runtime.
- getDomStorageEnabled() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether the DOM Storage APIs are enabled.
- getEncoding() - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Gets the resource response's encoding.
- getExtensionManager() - Method in class org.xwalk.core.XWalkView
-
Get the external extension manager for current XWalkView.
- getFavicon() - Method in class org.xwalk.core.XWalkView
-
Return the icon which current page has.
- getHitTestResult() - Method in class org.xwalk.core.XWalkView
-
Get the resource type of hit place in the current page.
- getHost() - Method in interface org.xwalk.core.ClientCertRequest
-
Returns the host name of the server requesting the certificate.
- getIntegerValue(String) - Static method in class org.xwalk.core.XWalkPreferences
-
Get a int preference value from Crosswalk.
- getItemAt(int) - Method in class org.xwalk.core.XWalkNavigationHistory
-
Get a specific item given by index.
- getJavaScriptCanOpenWindowsAutomatically() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether JavaScript can open windows automatically.
- getJavaScriptEnabled() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether JavaScript is enabled.
- getKeyTypes() - Method in interface org.xwalk.core.ClientCertRequest
-
Gets the acceptable types of asymmetric keys (can be null).
- getLayoutAlgorithm() - Method in class org.xwalk.core.XWalkSettings
-
Gets the current layout algorithm.
- getLoadsImagesAutomatically() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether the XWalkView loads image resources.
- getLoadWithOverviewMode() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether this XWalkView loads pages in overview mode.
- getMediaPlaybackRequiresUserGesture() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether the XWalkView requires a user gesture to play media.
- getMethod() - Method in interface org.xwalk.core.XWalkWebResourceRequest
-
Gets the method associated with the request, for example "GET".
- getMimeType() - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Gets the resource response's MIME type.
- 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.
- getPort() - Method in interface org.xwalk.core.ClientCertRequest
-
Returns the port number of the server requesting the certificate.
- getPrincipals() - Method in interface org.xwalk.core.ClientCertRequest
-
Gets the acceptable certificate issuers for the certificate matching the
private key (can be null).
- getProgressDialog(int) - Method in class org.xwalk.core.XWalkDialogManager
-
Get progress dialog for each situation.
- getReasonPhrase() - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Gets the description of the resource response's status code.
- getRemoteDebuggingUrl() - Method in class org.xwalk.core.XWalkView
-
Get the websocket url for remote debugging.
- getRequestHeaders() - Method in interface org.xwalk.core.XWalkWebResourceRequest
-
Gets the headers associated with the request.
- getResponseHeaders() - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Gets the headers for the resource response.
- getSaveFormData() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether the XWalkView saves form data.
- getSettings() - Method in class org.xwalk.core.XWalkView
-
Get XWalkSettings
- getStatusCode() - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Gets the resource response's status code.
- getStringValue(String) - Static method in class org.xwalk.core.XWalkPreferences
-
Get a string preference value from Crosswalk.
- getSupportQuirksMode() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether the XWalkView should support the quirks mode.
- getSupportSpatialNavigation() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether the XWalkView should support the spatial navigation.
- getTextZoom() - Method in class org.xwalk.core.XWalkSettings
-
Gets the text zoom of the page in percent.
- 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.
- getUrl() - Method in interface org.xwalk.core.XWalkWebResourceRequest
-
Gets the URL for which the resource request was made.
- getUserAgentString() - Method in class org.xwalk.core.XWalkSettings
-
Get the user agent of web page/app.
- getUserAgentString() - Method in class org.xwalk.core.XWalkView
-
Get the user agent of web page/app.
- getUseWideViewPort() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether the XWalkView supports the "viewport" HTML meta tag or will
use a wide viewport.
- getValue(String) - Static method in class org.xwalk.core.XWalkPreferences
-
Deprecated.
- getViewActivity() - Method in class org.xwalk.core.XWalkExternalExtensionManager
-
Get current Activity for XWalkView.
- getViewContext() - Method in class org.xwalk.core.XWalkExternalExtensionManager
-
Get current Context for XWalkView.
- getXWalkVersion() - Method in class org.xwalk.core.XWalkView
-
Get the Crosswalk version.
- onActivityResult(int, int, Intent) - Method in class org.xwalk.core.XWalkExternalExtensionManager
-
Notify onActivityResult().
- onActivityResult(int, int, Intent) - Method in class org.xwalk.core.XWalkView
-
Pass through activity result to XWalkView.
- onBinaryMessage(int, byte[]) - Method in class org.xwalk.core.XWalkExtension
-
Notify the extension that the async binary message is received.
- onConsoleMessage(XWalkView, String, int, String, XWalkUIClient.ConsoleMessageType) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the host application of console message.
- onCreate(Bundle) - Method in class org.xwalk.core.XWalkActivity
-
- onCreateInputConnection(EditorInfo) - Method in class org.xwalk.core.XWalkView
-
Create a new InputConnection for and InputMethod to interact with the view.
- onCreateWindowRequested(XWalkView, XWalkUIClient.InitiateBy, ValueCallback<XWalkView>) - Method in class org.xwalk.core.XWalkUIClient
-
Request the host application to create a new window
- onDestroy() - Method in class org.xwalk.core.XWalkExternalExtensionManager
-
Notify onDestroy().
- onDestroy() - Method in class org.xwalk.core.XWalkView
-
Release internal resources occupied by this XWalkView.
- onDocumentLoadedInFrame(XWalkView, long) - Method in class org.xwalk.core.XWalkResourceClient
-
Notify the client that initial HTML document has been completely loaded and
parsed, without waiting for stylesheets, images, and subframes to finish loading.
- onDownloadStart(String, String, String, String, long) - Method in class org.xwalk.core.XWalkDownloadListener
-
Notify the host application that a file should be downloaded.
- onFindResultReceived(int, int, boolean) - Method in class org.xwalk.core.XWalkFindListener
-
Notifies the listener about progress made by a find operation.
- onFinishGetBitmap(Bitmap, int) - Method in class org.xwalk.core.XWalkGetBitmapCallback
-
Called when the content readback finishes.
- 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.
- onIconAvailable(XWalkView, String, Message) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the host application that an icon is available, send the message to start the downloading
- onInstanceCreated(int) - Method in class org.xwalk.core.XWalkExtension
-
Notify the extension that an instance is created.
- onInstanceDestroyed(int) - Method in class org.xwalk.core.XWalkExtension
-
Notify the extension that an instance is destroyed.
- 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.
- onJsAlert(XWalkView, String, String, XWalkJavascriptResult) - Method in class org.xwalk.core.XWalkUIClient
-
Tell the client to display an alert dialog to the user.
- onJsConfirm(XWalkView, String, String, XWalkJavascriptResult) - Method in class org.xwalk.core.XWalkUIClient
-
Tell the client to display a confirm dialog to the user.
- onJsPrompt(XWalkView, 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.XWalkExternalExtensionManager
-
Notify onNewIntent().
- 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.
- onPause() - Method in class org.xwalk.core.XWalkExternalExtensionManager
-
Notify onPause().
- onProgressChanged(XWalkView, int) - Method in class org.xwalk.core.XWalkResourceClient
-
Notify the client the progress info of loading a specific url.
- onReceivedClientCertRequest(XWalkView, ClientCertRequest) - Method in class org.xwalk.core.XWalkResourceClient
-
Notify the host application to handle a SSL client certificate request.
- onReceivedHttpAuthRequest(XWalkView, XWalkHttpAuthHandler, String, String) - Method in class org.xwalk.core.XWalkResourceClient
-
Notify the host application to handle an authentication request.
- onReceivedIcon(XWalkView, String, Bitmap) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the host application of a new icon has been downloaded
- onReceivedLoadError(XWalkView, int, String, String) - Method in class org.xwalk.core.XWalkResourceClient
-
Report an error to the client.
- onReceivedResponseHeaders(XWalkView, XWalkWebResourceRequest, XWalkWebResourceResponse) - Method in class org.xwalk.core.XWalkResourceClient
-
Notify the host application that an HTTP response has been received from the server while loading a resource.
- onReceivedSslError(XWalkView, ValueCallback<Boolean>, SslError) - Method in class org.xwalk.core.XWalkResourceClient
-
Notify the host application that an SSL error occurred while loading a
resource.
- 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.
- onResume() - Method in class org.xwalk.core.XWalkActivity
-
- onResume() - Method in class org.xwalk.core.XWalkExternalExtensionManager
-
Notify onResume().
- 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.
- onStart() - Method in class org.xwalk.core.XWalkExternalExtensionManager
-
Notify onStart().
- onStop() - Method in class org.xwalk.core.XWalkExternalExtensionManager
-
Notify onStop().
- onSyncMessage(int, String) - Method in class org.xwalk.core.XWalkExtension
-
Notify the extension that the sync message is received.
- onTouchEvent(MotionEvent) - Method in class org.xwalk.core.XWalkView
-
- onUnhandledKeyEvent(XWalkView, KeyEvent) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the host application that a key was not handled by the XWalkView.
- onXWalkFailed() - Method in class org.xwalk.core.XWalkActivity
-
Run on the UI thread to notify the initialization of Crosswalk Project runtime failed or is
cancelled.
Then, your won't be able to use
XWalkView.
- onXWalkInitCancelled() - Method in interface org.xwalk.core.XWalkInitializer.XWalkInitListener
-
Run on the UI thread to notify Crosswalk initialization is cancelled.
- onXWalkInitCompleted() - Method in interface org.xwalk.core.XWalkInitializer.XWalkInitListener
-
Run on the UI thread to notify Crosswalk initialization is completed successfully.
- onXWalkInitFailed() - Method in interface org.xwalk.core.XWalkInitializer.XWalkInitListener
-
Run on the UI thread to notify Crosswalk initialization failed.
- onXWalkInitStarted() - Method in interface org.xwalk.core.XWalkInitializer.XWalkInitListener
-
Run on the UI thread to notify Crosswalk initialization is started.
- onXWalkReady() - Method in class org.xwalk.core.XWalkActivity
-
Run on the UI thread to notify Crosswalk Project runtime is ready.
You should load the web page in
XWalkView within this method.
- onXWalkUpdateCancelled() - Method in interface org.xwalk.core.XWalkUpdater.XWalkBackgroundUpdateListener
-
Run on the UI thread to notify the update is cancelled.
- onXWalkUpdateCancelled() - Method in interface org.xwalk.core.XWalkUpdater.XWalkUpdateListener
-
Run on the UI thread to notify the update is cancelled.
- onXWalkUpdateCompleted() - Method in interface org.xwalk.core.XWalkUpdater.XWalkBackgroundUpdateListener
-
Run on the UI thread to notify the update is completed.
- onXWalkUpdateFailed() - Method in interface org.xwalk.core.XWalkUpdater.XWalkBackgroundUpdateListener
-
Run on the UI thread to notify the update failed.
- onXWalkUpdateProgress(int) - Method in interface org.xwalk.core.XWalkUpdater.XWalkBackgroundUpdateListener
-
Run on the UI thread to notify the update progress.
- onXWalkUpdateStarted() - Method in interface org.xwalk.core.XWalkUpdater.XWalkBackgroundUpdateListener
-
Run on the UI thread to notify the update is started.
- 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
-
- saveState(Bundle) - Method in class org.xwalk.core.XWalkView
-
Save current internal state of this XWalkView.
- scrollBy(int, int) - Method in class org.xwalk.core.XWalkView
-
- scrollTo(int, int) - Method in class org.xwalk.core.XWalkView
-
- setAcceptCookie(boolean) - Method in class org.xwalk.core.XWalkCookieManager
-
Control whether cookie is enabled or disabled
- setAcceptFileSchemeCookies(boolean) - Method in class org.xwalk.core.XWalkCookieManager
-
Sets whether cookies are accepted for file scheme URLs.
- setAcceptLanguages(String) - Method in class org.xwalk.core.XWalkSettings
-
Set the accept languages of XWalkView.
- setAcceptLanguages(String) - Method in class org.xwalk.core.XWalkView
-
Set the accept languages of XWalkView.
- setAlertDialog(int, AlertDialog) - Method in class org.xwalk.core.XWalkDialogManager
-
Set up alert dialog for each situation.
- setAllowContentAccess(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Enables or disables content URL access within XWalkView.
- setAllowFileAccess(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Enables or disables file access within XWalkView.
- setAllowFileAccessFromFileURLs(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Sets whether JavaScript running in the context of a file scheme URL
should be allowed to access content from other file scheme URLs.
- setAllowUniversalAccessFromFileURLs(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Sets whether JavaScript running in the context of a file scheme URL
should be allowed to access content from any origin.
- setBackgroundColor(int) - Method in class org.xwalk.core.XWalkView
-
- setBlockNetworkImage(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Sets whether the XWalkView should not load image resources from the
network (resources accessed via http and https URI schemes).
- setBlockNetworkLoads(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Sets whether the XWalkView should not load resources from the network.
- setBuiltInZoomControls(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Sets whether the XWalkView should use its built-in zoom mechanisms.
- setCacheMode(int) - Method in class org.xwalk.core.XWalkSettings
-
Overrides the way the cache is used.
- setCookie(String, String) - Method in class org.xwalk.core.XWalkCookieManager
-
Set cookie for a given url.
- setData(InputStream) - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Sets the input stream that provides the resource response's data.
- setDatabaseEnabled(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Sets whether the database storage API is enabled.
- setDefaultFixedFontSize(int) - Method in class org.xwalk.core.XWalkSettings
-
Sets the default fixed font size.
- setDefaultFontSize(int) - Method in class org.xwalk.core.XWalkSettings
-
Sets the default font size.
- setDomStorageEnabled(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Sets whether the DOM storage API is enabled.
- setDownloadListener(XWalkDownloadListener) - Method in class org.xwalk.core.XWalkView
-
Registers the interface to be used when content can not be handled by
the rendering engine, and should be downloaded instead.
- setEncoding(String) - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Sets the resource response's encoding, for example "UTF-8".
- setFindListener(XWalkFindListener) - Method in class org.xwalk.core.XWalkView
-
Registers the listener to be notified as find-on-page operations progress.
- setInitialPageScale(float) - Method in class org.xwalk.core.XWalkSettings
-
Sets the initial scale for this XWalkView.
- setInitialScale(int) - Method in class org.xwalk.core.XWalkView
-
Sets the initial scale for this XWalkView.
- setJavaScriptCanOpenWindowsAutomatically(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Tells JavaScript to open windows automatically.
- setJavaScriptEnabled(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Tells the XWalkView to enable JavaScript execution.
- setLayerType(int, Paint) - Method in class org.xwalk.core.XWalkView
-
- setLayoutAlgorithm(XWalkSettings.LayoutAlgorithm) - Method in class org.xwalk.core.XWalkSettings
-
Sets the underlying layout algorithm.
- setLoadsImagesAutomatically(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Sets whether the XWalkView should load image resources.
- setLoadWithOverviewMode(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Sets whether the XWalkView loads pages in overview mode, that is, zooms out
the content to fit on screen by width.
- setMediaPlaybackRequiresUserGesture(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Sets whether the XWalkView requires a user gesture to play media.
- setMimeType(String) - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Sets the resource response's MIME type, for example "text/html".
- setNetworkAvailable(boolean) - Method in class org.xwalk.core.XWalkView
-
This method is used by Cordova for hacking.
- setOnTouchListener(View.OnTouchListener) - Method in class org.xwalk.core.XWalkView
-
- setOriginAccessWhitelist(String, String[]) - Method in class org.xwalk.core.XWalkView
-
Set origin access whitelist.
- setProgressDialog(int, ProgressDialog) - Method in class org.xwalk.core.XWalkDialogManager
-
Set up progress dialog for each situation.
- setResourceClient(XWalkResourceClient) - Method in class org.xwalk.core.XWalkView
-
Embedders use this to customize their handlers to events/callbacks related
to resource loading.
- setResponseHeaders(Map<String, String>) - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Sets the headers for the resource response.
- setSaveFormData(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Sets whether the XWalkView should save form data.
- setStatusCodeAndReasonPhrase(int, String) - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Sets the resource response's status code and reason phrase.
- setSupportMultipleWindows(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Sets whether the XWalkView supports multiple windows.
- setSupportQuirksMode(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Sets whether the XWalkView should support the quirks mode.
- setSupportSpatialNavigation(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Sets whether the XWalkView should support the spatial navigation,
like a TV remote control.
- setSupportZoom(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Sets whether the XWalkView should support zooming using its on-screen zoom controls
and gestures.
- setSurfaceViewVisibility(int) - Method in class org.xwalk.core.XWalkView
-
Set the enabled state of SurfaceView.
- setTextZoom(int) - Method in class org.xwalk.core.XWalkSettings
-
Sets the text zoom of the page in percent.
- setUIClient(XWalkUIClient) - Method in class org.xwalk.core.XWalkView
-
Embedders use this to customize their handlers to events/callbacks related
to UI.
- setUserAgentString(String) - Method in class org.xwalk.core.XWalkSettings
-
Set the user agent of web page/app.
- setUserAgentString(String) - Method in class org.xwalk.core.XWalkView
-
Set the user agent of web page/app.
- setUseWideViewPort(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Sets whether the XWalkView should enable support for the "viewport" HTML
meta tag or should use a wide viewport.
- setValue(String, boolean) - Static method in class org.xwalk.core.XWalkPreferences
-
Set a boolean preference value into Crosswalk.
- setValue(String, int) - Static method in class org.xwalk.core.XWalkPreferences
-
Set an integer preference value into Crosswalk.
- setValue(String, String) - Static method in class org.xwalk.core.XWalkPreferences
-
Set a string preference value into Crosswalk.
- setVisibility(int) - Method in class org.xwalk.core.XWalkView
-
Set the enabled state of this view.
- setXWalkApkUrl(String) - Method in class org.xwalk.core.XWalkUpdater
-
Set the download URL of the Crosswalk runtime.
- setXWalkViewInternalVisibility(int) - Method in class org.xwalk.core.XWalkView
-
Set the enabled state of XWalkView.
- setZOrderOnTop(boolean) - Method in class org.xwalk.core.XWalkView
-
Control whether the XWalkView's surface is placed on top of its window.
- shouldInterceptLoadRequest(XWalkView, String) - Method in class org.xwalk.core.XWalkResourceClient
-
- shouldInterceptLoadRequest(XWalkView, XWalkWebResourceRequest) - 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.
- SPATIAL_NAVIGATION - Static variable in class org.xwalk.core.XWalkPreferences
-
The key string to enable/disable spatial navigation like a TV controller.
- startActivityForResult(Intent, int, Bundle) - Method in class org.xwalk.core.XWalkView
-
Start another activity to get some data back.
- 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.
- supportMultipleWindows() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether the XWalkView supports multiple windows.
- supportsMultiTouchZoomForTest() - Method in class org.xwalk.core.XWalkSettings
-
Note: Just for test case.
- supportZoom() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether the XWalkView supports zoom.
- SURFACE_VIEW - Static variable in class org.xwalk.core.XWalkView
-
SurfaceView is the default compositing surface which has a bit performance advantage,
such as it has less latency and uses less memory.
- 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.XWalkSettings.LayoutAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xwalk.core.XWalkUIClient.ConsoleMessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xwalk.core.XWalkUIClient.InitiateBy
-
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.XWalkSettings.LayoutAlgorithm
-
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.ConsoleMessageType
-
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.InitiateBy
-
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.
- XWalkActivity - Class in org.xwalk.core
-
XWalkActivity helps to execute all procedures to make Crosswalk Project runtime
workable and displays dialogs to interact with the user if needed.
- XWalkActivity() - Constructor for class org.xwalk.core.XWalkActivity
-
- XWalkCookieManager - Class in org.xwalk.core
-
- XWalkCookieManager() - Constructor for class org.xwalk.core.XWalkCookieManager
-
- XWalkDialogManager - Class in org.xwalk.core
-
By XWalkDialogManager, you can customize what the dialog looks like when
initializing Crosswalk Project runtime.
- XWalkDialogManager(Context) - Constructor for class org.xwalk.core.XWalkDialogManager
-
- XWalkDownloadListener - Class in org.xwalk.core
-
- XWalkDownloadListener(Context) - Constructor for class org.xwalk.core.XWalkDownloadListener
-
Constructor for download listener.
- 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.
- XWalkExternalExtensionManager - Class in org.xwalk.core
-
XWalkExternalExtensionManager represents an external extension manager.
- XWalkExternalExtensionManager(XWalkView) - Constructor for class org.xwalk.core.XWalkExternalExtensionManager
-
Constructs a new XWalkExternalExtensionManager for the XWalkView.
- XWalkFindListener - Class in org.xwalk.core
-
- XWalkFindListener() - Constructor for class org.xwalk.core.XWalkFindListener
-
- XWalkGetBitmapCallback - Class in org.xwalk.core
-
A callback for content readback into a bitmap.
- XWalkGetBitmapCallback() - Constructor for class org.xwalk.core.XWalkGetBitmapCallback
-
Constructor for capture bitmap callback.
- XWalkHttpAuthHandler - Class in org.xwalk.core
-
- XWalkHttpAuthHandler(Object) - Constructor for class org.xwalk.core.XWalkHttpAuthHandler
-
- XWalkInitializer - Class in org.xwalk.core
-
XWalkInitializer is an alternative to
XWalkActivity with the difference
that it provides a way of initializing Crosswalk Project runtime in background silently.
- XWalkInitializer(XWalkInitializer.XWalkInitListener, Activity) - Constructor for class org.xwalk.core.XWalkInitializer
-
Create an initializer for single activity.
- XWalkInitializer.XWalkInitListener - Interface in org.xwalk.core
-
Interface used to initialize the Crosswalk runtime.
- 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.
- XWalkNativeExtensionLoader - Class in org.xwalk.core
-
- XWalkNativeExtensionLoader() - Constructor for class org.xwalk.core.XWalkNativeExtensionLoader
-
- 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.
- XWalkSettings - Class in org.xwalk.core
-
- XWalkSettings(Object) - Constructor for class org.xwalk.core.XWalkSettings
-
- XWalkSettings.LayoutAlgorithm - Enum in org.xwalk.core
-
This enum corresponds to WebSettings.LayoutAlgorithm.
- 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.ConsoleMessageType - Enum in org.xwalk.core
-
Initiator
- XWalkUIClient.InitiateBy - Enum in org.xwalk.core
-
Initiator
- 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
- XWalkUpdater - Class in org.xwalk.core
-
XWalkUpdater is a follow-up solution for
XWalkInitializer in case the
initialization failed.
- XWalkUpdater(XWalkUpdater.XWalkUpdateListener, Activity) - Constructor for class org.xwalk.core.XWalkUpdater
-
Create XWalkUpdater for single activity.
- XWalkUpdater(XWalkUpdater.XWalkUpdateListener, Activity, XWalkDialogManager) - Constructor for class org.xwalk.core.XWalkUpdater
-
Create XWalkUpdater for single activity.
- XWalkUpdater(XWalkUpdater.XWalkBackgroundUpdateListener, Activity) - Constructor for class org.xwalk.core.XWalkUpdater
-
Create XWalkUpdater for single activity.
- XWalkUpdater.XWalkBackgroundUpdateListener - Interface in org.xwalk.core
-
Interface used to update the Crosswalk runtime silently
- XWalkUpdater.XWalkUpdateListener - Interface in org.xwalk.core
-
Interface used to update the Crosswalk runtime
- XWalkView - Class in org.xwalk.core
-
XWalkView represents an Android view for web apps/pages.
- XWalkView(Context) - Constructor for class org.xwalk.core.XWalkView
-
Constructs a new XWalkView with a Context object.
- 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.
- XWalkWebResourceRequest - Interface in org.xwalk.core
-
- XWalkWebResourceResponse - Class in org.xwalk.core
-
- XWalkWebResourceResponse(Object) - Constructor for class org.xwalk.core.XWalkWebResourceResponse
-