| 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.Binding |
UiBinding.bind(PropertyBase prop,
Component cmp)
Binds the given property to the component using default adapters
|
UiBinding.Binding |
UiBinding.bind(PropertyBase prop,
Component cmp,
UiBinding.ComponentAdapter adapt)
Binds the given property to the component using a custom adapter class
|
UiBinding.Binding |
UiBinding.bind(PropertyBusinessObject obj,
Container cnt)
Binds a hierarchy of Components to a business object by searching the tree and collecting
the bindings.
|
UiBinding.Binding |
UiBinding.bindGroup(PropertyBase prop,
Object[] values,
Component... cmps)
Binds the given property to the selected value from the set based on the multiple components.
|
UiBinding.Binding |
InstantUI.getBindings(Container cnt)
Returns the Binding object for the given container which allows us control over the widgets
and their commit status
|
Copyright © 2022. All rights reserved.