| Package | Description |
|---|---|
| com.codename1.io.rest |
Simplified REST API
|
| com.codename1.properties |
High level property objects that allow us to replace getters/setters in business objects with more convenient
storage/parsing mappings while retaining type safety.
|
| com.codename1.ui.scene |
This package provides a light-weight scene graph for Codename One.
|
| Class and Description |
|---|
| PropertyBusinessObject
Allows mapping properties generically
|
| Class and Description |
|---|
| CollectionProperty
Base class for a property as a collection which can contain multiple elements within
|
| NumericProperty
This is the base class to all number properties, it introduces nullability and the ability to convert to all
number types.
|
| PreferencesObject
Binds an object to the
Preferences API for automatic persistent storage. |
| Property
Base class for a property, it can store a generic value of any type and broadcast change events to
external listeners
|
| PropertyBase
Base class for property types
|
| PropertyBusinessObject
Allows mapping properties generically
|
| PropertyChangeListener
Event callback interface, invoked when a property changed its value
|
| PropertyIndex
Maps the properties that are in a class/object and provides access to them so tools such as ORM
can implicitly access them for us.
|
| SQLMap
A simple ORM wrapper for property objects.
|
| SQLMap.SelectBuilder
Used to build the where statement as a builder pattern
|
| SQLMap.SqlType |
| UiBinding.Binding
Binding allows us to have commit/auto-commit mode.
|
| UiBinding.BoundTableModel
Implements table model binding, this is implemented as a class to allow
additional features such as adding/removing rows
|
| UiBinding.ComponentAdapter
Adapters can be extended to allow any component to bind to a property via a converter
|
| UiBinding.MappingConverter
Maps values to other values for conversion in a similar way to a Map this is pretty
useful for API's like picker where we have a list of Strings and we might want a list
of other objects to match every string
|
| UiBinding.ObjectConverter
Object converter can convert an object from one type to another e.g.
|
| Class and Description |
|---|
| Property
Base class for a property, it can store a generic value of any type and broadcast change events to
external listeners
|
Copyright © 2023. All rights reserved.