| 
 | Jala 1.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--Global
| Method Summary | |
| <static> Boolean | 
	    
	       isArray(<Object> val)
	 Returns true if the value passed as argument is an array. | 
| <static> Boolean | 
	    
	       isBoolean(<Object> val)
	 Returns true if the value passed as argument is either a boolean literal or an instance of Boolean. | 
| <static> Boolean | 
	    
	       isDate(<Object> val)
	 Returns true if the value passed as argument is either a Javascript date or an instance of java.util.Date. | 
| <static> Boolean | 
	    
	       isFunction(<Object> val)
	 Returns true if the value passed as argument is a function. | 
| <static> Boolean | 
	    
	       isNull(<Object> val)
	 Returns true if the value passed as argument is null. | 
| <static> Boolean | 
	    
	       isNumber(<Object> val)
	 Returns true if the value passed as argument is either a number, an instance of Number or of java.lang.Number. | 
| <static> Boolean | 
	    
	       isObject(<Object> val)
	 Returns true if the value passed as argument is either a Javascript object or an instance of java.lang.Object. | 
| <static> Boolean | 
	    
	       isString(<Object> val)
	 Returns true if the value passed as argument is either a string literal, an instance of String or of java.lang.String. | 
| <static> Boolean | 
	    
	       isUndefined(<Object> val)
	 Returns true if the value passed as argument is undefined. | 
| Method Detail | 
<static> Boolean isArray(<Object> val)
val -  The value to test  
      <static> Boolean isBoolean(<Object> val)
val -  The value to test  
      <static> Boolean isDate(<Object> val)
val -  The value to test  
      <static> Boolean isFunction(<Object> val)
val -  The value to test  
      <static> Boolean isNull(<Object> val)
val -  The value to test  
      <static> Boolean isNumber(<Object> val)
val -  The value to test  
      <static> Boolean isObject(<Object> val)
val -  The value to test  
      <static> Boolean isString(<Object> val)
val -  The value to test  
      <static> Boolean isUndefined(<Object> val)
val -  The value to test  
      | 
 | Jala 1.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||