| 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.
|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UiBinding.PickerAdapter.assignTo(PropertyType value,
Picker cmp) |
void |
UiBinding.PickerAdapter.bindListener(Picker cmp,
ActionListener<ActionEvent> l) |
PropertyType |
UiBinding.PickerAdapter.getFrom(Picker cmp) |
void |
UiBinding.PickerAdapter.removeListener(Picker cmp,
ActionListener<ActionEvent> l) |
| Modifier and Type | Method and Description |
|---|---|
protected Picker |
PickerComponent.createPickerInstance()
Allows developers to subclass the Picker component instance to customize
behaviors of the subclass
|
Picker |
PickerComponent.getPicker()
Returns the picker instance
|
Copyright © 2021. All rights reserved.