XooMLUtil Class
Collection of type checking, exception throwing, utility methods for the XooML tools.
For ItemMirror core developers only. Enable protected to see.
Item Index
Methods
hasOptions
(
protected
-
checkedOptions
-
options
Checks if each option within the given checkedOptions is a property of the given options.
isArray
(
protected
-
value
Returns if the given value is an array.
Throws NullArgumentException when value is null.
Parameters:
-
value
ObjectGiven object have it's type checked.
isFunction
(
Boolean
protected
-
value
Returns if the given value is an function.
Throws NullArgumentException when value is null.
Parameters:
-
value
ObjectGiven object have it's type checked.
Returns:
Boolean:
True if the given value is a Function, else false.