Skip to main content

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

SignatureDescription
UIWebView()Creates a new instance of UIWebView.

Virtual Attributes

NameTypeAccessDescription
urlStringget/setVirtual attribute exposed by getUrl. Access it like a field to read or write the underlying value.
fpsintget/setVirtual attribute exposed by getFps. Access it like a field to read or write the underlying value.
enableVirtualKeyboardbooleanget/setVirtual attribute exposed by isEnableVirtualKeyboard. Access it like a field to read or write the underlying value.
allowHibernatebooleanget/setVirtual attribute exposed by isAllowHibernate. Access it like a field to read or write the underlying value.
textureTexturegetVirtual attribute exposed by getTexture. Access it like a field to read the underlying value.
loadedUrlStringgetVirtual attribute exposed by getLoadedUrl. Access it like a field to read the underlying value.

Methods

SignatureReturnsDescription
getUrl()StringReturns the current url value.
getFps()intReturns the current fps value.
isEnableVirtualKeyboard()booleanReturns whether enableVirtualKeyboard is true.
isAllowHibernate()booleanReturns whether allowHibernate is true.
getTexture()TextureReturns the current texture value.
getLoadedUrl()StringReturns the current loadedUrl value.
setUrl(String)voidSets url.
setFps(int)voidSets fps.
setEnableVirtualKeyboard(boolean)voidSets enableVirtualKeyboard.
setAllowHibernate(boolean)voidSets allowHibernate.