Class Index | File Index

Classes


Built-In Namespace _global_

Method Summary
Method Attributes Method Name and Description
 
$N(object)
isNull? return true if object is null
 
$NN(object)
isNotNull? return true if object is not null
 
$NoW(object)
isNull or White return true if object is not whitespace
 
$NW(object)
isNotWhitespace? return true if object is not whitespace
 
$VoW(object)
Value or Whitespace? return true if object is not whitespace
<static>  
ClassForName(classname)
get a new object by its classname
 
formatDate(date, formatString)
<static>  
get the class name of the object
 
printStackTrace(options)
 
replace content div
Method Detail
$N(object)
isNull? return true if object is null
Defined in: nnjl.js.
Parameters:
object

$NN(object)
isNotNull? return true if object is not null
Defined in: nnjl.js.
Parameters:
object

$NoW(object)
isNull or White return true if object is not whitespace
Defined in: nnjl.js.
Parameters:
object

$NW(object)
isNotWhitespace? return true if object is not whitespace
Defined in: nnjl.js.
Parameters:
object

$VoW(object)
Value or Whitespace? return true if object is not whitespace
Defined in: nnjl.js.
Parameters:
object

<static> {object} ClassForName(classname)
get a new object by its classname
Defined in: nnjl.js.
Parameters:
{string} classname
Returns:
{object}

formatDate(date, formatString)

Defined in: nnjl.js.
Parameters:
{Date} date
date to format
{string} formatString
String format

<static> {string} getClassName(obj)
get the class name of the object
Defined in: nnjl.js.
Parameters:
{object} obj
Returns:
{string} classname

printStackTrace(options)

Defined in: nnjl.js.
Parameters:
options

replaceContent(object)
replace content div
Defined in: nnjl.js.
Parameters:
object

Documentation generated by JsDoc Toolkit 2.3.2 on Wed Sep 29 2010 11:46:25 GMT+0200 (CEST)