API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Added Methods | |
---|---|
boolean getBlockNetworkImage() |
Return true if the WebView will block network image. |
int getCacheMode() |
Return the current setting for overriding the cache mode. |
boolean getLightTouchEnabled() |
Returns true if light touches are enabled. |
boolean getNavDump() |
Returns true if dumping the navigation cache is enabled. |
String getPluginsPath() |
Return the current path used for plugins in the WebView. |
int getUserAgent() |
Return user-agent as int |
void setBlockNetworkImage(boolean ) |
Tell the WebView to block network image. |
void setCacheMode(int ) |
Override the way the cache is used. |
void setLightTouchEnabled(boolean ) |
Enables using light touches to make a selection and activate mouseovers. |
void setNavDump(boolean ) |
Enables dumping the pages navigation cache to a text file. |
void setNeedInitialFocus(boolean ) |
Tell the WebView whether it needs to set a node to have focus when WebView.requestFocus(int, android.graphics.Rect) is called. |
void setPluginsPath(String ) |
Set a custom path to plugins used by the WebView. |
void setRenderPriority(RenderPriority ) |
Set the priority of the Render thread. |
void setSupportMultipleWindows(boolean ) |
Tell the WebView whether it supports multiple windows. |
void setSupportZoom(boolean ) |
Set whether the WebView supports zoom |
void setUserAgent(int ) |
Tell the WebView about user-agent string. |
boolean supportMultipleWindows() |
@return True if the WebView is supporting multiple windows. |
boolean supportZoom() |
Returns whether the WebView supports zoom |
Added Fields | |
---|---|
int LOAD_CACHE_ELSE_NETWORK |
Use cache if content is there, even if expired (eg, history nav) If it is not in the cache, load from network. |
int LOAD_CACHE_ONLY |
Don't use the network, load from cache only. |
int LOAD_DEFAULT |
Default cache usage pattern Use with .setCacheMode. |
int LOAD_NORMAL |
Normal cache usage pattern Use with .setCacheMode. |
int LOAD_NO_CACHE |
Don't use the cache, load from network Use with .setCacheMode. |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |