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(UIWebView) | Executes UIWebView and returns after the underlying engine call finishes. |
UIWebView(Engine) | Executes UIWebView and returns after the underlying engine call finishes. |
UIWebView() | Executes UIWebView and returns after the underlying engine call finishes. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | UIWebView | Represents the instance value stored on this instance. Read or assign to update the property. |
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. |