Class BrowserComponent.JSRef
java.lang.Object
com.codename1.ui.BrowserComponent.JSRef
- Enclosing class:
BrowserComponent
A wrapper class for a Javascript value that is returned via the
com.codename1.util.Callback)
method. This supports all Javascript primitive types. See JSType for a list of the types.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JSRef
-
-
Method Details
-
getValue
Gets the javascript value as a string.
Returns
The string value of the reference.
-
getJSType
Returns the type of the value. -
getInt
public int getInt()Gets the value as an integer. -
getDouble
public double getDouble()Gets teh value as a double. -
getBoolean
public boolean getBoolean()Gets the value as a boolean. -
toString
-
isNull
public boolean isNull()Checks if the variable is null
-