See: Description
Interface | Description |
---|---|
BindTarget |
Allows binding arbitrary components to data storage
|
CloudResponse<T> |
Used as a callback for the asynchronous version of the cloud storage API, these methods
are invoked on the EDT!
|
CustomProperty |
Allows adding a custom property to cloud objects, this effectively
allows to simulate missing properties or create properties that
don't represent a database entry (e.g.
|
Class | Description |
---|---|
CloudImageProperty |
A custom property that converts a cloud file id value to an image
that is cached locally asynchronously.
|
CloudListModel |
Seamlessly creates a cloud based searchable list model
|
CloudObject |
A cloud object can be persisted to the cloud or locally
it is a set of key/value pairs that can be either strings
or numbers.
|
CloudPersona |
A persona represents a user of the cloud, this is an optional feature that allows
data to be limited to a specific user on the server side.
|
CloudStorage |
The cloud storage class allows developers to use the Codename One cloud
based storage API as a shared database for your application.
|
Exception | Description |
---|---|
CloudException |
Thrown in case of a server error or failure in connection
|
Provides cloud related services such as storage, binding widgets to the cloud seamlessly so they can be persisted easily. This package makes use of features available for pro accounts.