| Interface | Description |
|---|---|
| SortFunction<V> |
| Class | Description |
|---|---|
| Array<V> |
This interface represents an array from Javascript.The value may be typed.
|
| Date |
this date is implemented using a java
Calendar. |
| JSCollections |
this class offers map and array builders for both client and server side.
|
| JSFunctionAdapter |
this adapter provides you the missing functionalities in Java for Javascript functions.
|
| JSGlobal | |
| JSNumberAdapter |
here are the methods existent in Javascript for number objects and inexistent in the Java counterpart.
|
| JSObjectAdapter |
here are the methods existent in Javascript for objects and inexistent in the Java counterpart.
|
| JSON | |
| JSStringAdapterBase | |
| Map<K extends String,V> |
This interface represents a normal object in javascript (that acts as a map).
|
| Math | |
| RegExp | |
| RegExpMatch |
Copyright © 2015. All Rights Reserved.