Class JSValueImpl
java.lang.Object
ru.cg.webbpm.studio.subsystems.web_browser.javafx.JSValueImpl
- All Implemented Interfaces:
JSValue
- Author:
- Tim Urmancheev
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JSValueImpl
-
-
Method Details
-
isNull
public boolean isNull() -
isUndefined
public boolean isUndefined()- Specified by:
isUndefined
in interfaceJSValue
-
isNumber
public boolean isNumber() -
isString
public boolean isString() -
isBoolean
public boolean isBoolean() -
isJsObject
public boolean isJsObject()- Specified by:
isJsObject
in interfaceJSValue
-
isJavaObject
public boolean isJavaObject()Description copied from interface:JSValue
Is value a java object of type other than number, string or boolean- Specified by:
isJavaObject
in interfaceJSValue
-
getNumber
-
getString
-
getBoolean
- Specified by:
getBoolean
in interfaceJSValue
-
getJsObject
- Specified by:
getJsObject
in interfaceJSValue
-
getJavaObject
Description copied from interface:JSValue
Get java object of type other than number, string or boolean- Specified by:
getJavaObject
in interfaceJSValue
-