| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListProperty<T,K>
Base class for a property as a list which can contain multiple elements within
|
class |
SetProperty<T,K>
Base class for a property as a set which can contain multiple elements within
|
| Modifier and Type | Method and Description |
|---|---|
UiBinding.BoundTableModel |
UiBinding.createTableModel(CollectionProperty<? extends PropertyBusinessObject,? extends Object> objects,
PropertyBusinessObject prototype)
Creates a table model which is implicitly bound to the properties
|
| Constructor and Description |
|---|
BoundTableModel(CollectionProperty objectProperty,
PropertyBusinessObject prototype)
Creates a table model with the business objects
|
Copyright © 2022. All rights reserved.