| 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 | 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
|
UiBinding.BoundTableModel |
UiBinding.createTableModel(List<? extends PropertyBusinessObject> objects,
PropertyBusinessObject prototype)
Creates a table model which is implicitly bound to the properties
|
Copyright © 2022. All rights reserved.