UIWebView
Complete API reference for UIWebView, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UIWebView extends Component
Constructors
| Signature | Description |
|---|---|
UIWebView() | Creates a new instance of UIWebView. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
url | String | get/set | Virtual attribute exposed by getUrl. Access it like a field to read or write the underlying value. |
fps | int | get/set | Virtual attribute exposed by getFps. Access it like a field to read or write the underlying value. |
enableVirtualKeyboard | boolean | get/set | Virtual attribute exposed by isEnableVirtualKeyboard. Access it like a field to read or write the underlying value. |
allowHibernate | boolean | get/set | Virtual attribute exposed by isAllowHibernate. Access it like a field to read or write the underlying value. |
texture | Texture | get | Virtual attribute exposed by getTexture. Access it like a field to read the underlying value. |
loadedUrl | String | get | Virtual attribute exposed by getLoadedUrl. Access it like a field to read the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
getUrl() | String | Returns the current url value. |
getFps() | int | Returns the current fps value. |
isEnableVirtualKeyboard() | boolean | Returns whether enableVirtualKeyboard is true. |
isAllowHibernate() | boolean | Returns whether allowHibernate is true. |
getTexture() | Texture | Returns the current texture value. |
getLoadedUrl() | String | Returns the current loadedUrl value. |
setUrl(String) | void | Sets url. |
setFps(int) | void | Sets fps. |
setEnableVirtualKeyboard(boolean) | void | Sets enableVirtualKeyboard. |
setAllowHibernate(boolean) | void | Sets allowHibernate. |