| 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 |
|---|---|
static class |
UiBinding.CheckBoxRadioSelectionAdapter<PropertyType>
Adapts a
CheckBox or
RadioButton to binding |
static class |
UiBinding.PickerAdapter<PropertyType>
Adapts a
Picker to binding |
static class |
UiBinding.RadioListAdapter<PropertyType>
Adapts a set of
RadioButton to a selection within a list of values |
static class |
UiBinding.TextAreaAdapter<PropertyType>
|
static class |
UiBinding.TextComponentAdapter<PropertyType>
Adapts a
TextComponent to binding |
| Modifier and Type | Method and Description |
|---|---|
UiBinding.Binding |
UiBinding.bind(PropertyBase prop,
Component cmp,
UiBinding.ComponentAdapter adapt)
Binds the given property to the component using a custom adapter class
|
Copyright © 2021. All rights reserved.