Uses of Class
com.jbstrap.core.javascriptsupport.JSArray
Packages that use JSArray
-
Uses of JSArray in com.jbstrap.core.javascriptsupport
Methods in com.jbstrap.core.javascriptsupport that return JSArrayModifier and TypeMethodDescriptionJSArray.setDateFormat
(String pattern) Sets the date format.JSArray.setEmptyArrayAsNull
(boolean emptyAsNull) Sets whether an empty array is represented asnull
in JavaScript If set to true, instead of an empty array, it will generatenull
, instead of an empty array.