| Interface | Description |
|---|---|
| UIDGenerator |
UIDGenerator specifies the methods needed create psuedo-random unique identifiers.
|
| Class | Description |
|---|---|
| AnnotationsTesting | |
| AsyncFinalLong |
AsyncFinalLong allows AsyncCallback methods (onSuccess & onFailure) to
access to a long by wrapping the value in an array.
|
| AsyncFinalString |
AsyncFinalLong allows AsyncCallback methods (onSuccess & onFailure) to
access to a String by wrapping the value in an array.
|
| Base64 | |
| BooleanResult | |
| DataURLBuilder | |
| EncryptionHelper | |
| ExceptionDetails | |
| FileUtility | |
| IdConversions |
IdConversions provides methods for encoding database IDs to shorter alpha-numeric
strings and to decode those strings back to database IDs.
|
| NamedLocation | |
| Pair<F,S> |
Pair provides a convenient means for pairing
two objects of any type. |
| PairSet | |
| PropertiesList |
The
PropertiesList class represents a set of
application-specific, persistent properties. |
| PropertiesListSection | |
| StringCleaner | |
| ToStringHelper | |
| Triplet<A,B,C> | |
| UIDGeneratorGWTImpl |
UIDGeneratorGWTImpl provides a GWT-safe implementation of the
UIDGenerator
interface. |
| Util |
A Util class meant to be used by GWT applications along with plain java applications
|
| Enum | Description |
|---|---|
| IdConversions.EncodingVersions |
The list of supported encoding format versions.
|
| IdConversions.SupportedDataTypes |
The list of data types supported for encoding/decoding.
|
| PairSet.KeyLocation | |
| PriorityLevel | |
| PropertiesList.ParsingMode |
| Exception | Description |
|---|---|
| AssistmentsException | |
| AssistmentsRuntimeException | |
| NetworkRequestTimeout | |
| SingletonException |
| Annotation Type | Description |
|---|---|
| AnotherAnnotation | |
| TestMapping |