Uses of Class
com.helger.html.js.tostring.JSType
-
Packages that use JSType Package Description com.helger.html.js.tostring -
-
Uses of JSType in com.helger.html.js.tostring
Subclasses of JSType in com.helger.html.js.tostring Modifier and Type Class Description classJSArrayTypeSpecific JavaScript array type.classJSListTypeSpecific JavaScript list type.classJSMapTypeSpecific JavaScript map type.Fields in com.helger.html.js.tostring declared as JSType Modifier and Type Field Description static JSTypeJSType. AUTO_DETECTSpecial JS type for type auto detection - in this casegetType()returnsnull!!static JSTypeJSType. BOOLEANConstant basic type for Double.static JSTypeJSType. DOUBLEConstant basic type for Double.static JSTypeJSType. HTMLConstant basic type for HTML.static JSTypeJSType. INTConstant basic type for Integer.static JSTypeJSType. JSConstant basic type for objects already having JS code present.static JSTypeJSType. JSONConstant basic type for objects already having JSON code present.static JSTypeJSType. STRINGConstant basic type for String.static JSTypeJSType. VOIDConstant basic type for Void.Methods in com.helger.html.js.tostring that return JSType Modifier and Type Method Description JSTypeIHasChildJSType. getChildType()JSTypeJSArrayType. getChildType()JSTypeJSListType. getChildType()JSTypeJSMapType. getKeyType()JSTypeJSMapType. getValueType()Methods in com.helger.html.js.tostring with parameters of type JSType Modifier and Type Method Description StringIJSToStringConverter. objectToJSString(Object aObject, JSType aType)Convert an arbitrary JS object to a string.StringJsonToStringConverter. objectToJSString(Object aObject, JSType aType)static StringJSToString. objectToJSString(Object aObject, JSType aType)static StringJSToString. objectToJSString(Object aObject, JSType aType, boolean bWithSurroundingVar)StringJSToStringConverter. objectToJSString(Object aObject, JSType aType)Constructors in com.helger.html.js.tostring with parameters of type JSType Constructor Description JSArrayType(JSType aChildType)JSListType(JSType aChildType)JSMapType(JSType aKeyType, JSType aValueType)
-