| Package | Description |
|---|---|
| org.fujion.component | |
| org.fujion.model |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseComponent.bind(String propertyName,
IBinding binding)
Convenience method for programmatically adding a binding.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IBinding.IReadBinding
Read from model, write to target.
|
static interface |
IBinding.IWriteBinding
Read from target, write to model.
|
| Modifier and Type | Method and Description |
|---|---|
default IBinding |
IBinder.dual(String modelProperty)
Establishes a read and write binding for the given model property.
|
IBinding |
IBinder.dual(String modelProperty,
Function<?,?> readConverter,
Function<?,?> writeConverter)
Establishes a read and write binding for the given model property.
|
IBinding |
GenericBinder.dual(String modelProperty,
Function<?,?> readConverter,
Function<?,?> writeConverter) |
default IBinding |
IBinder.dual(String modelProperty,
String readTemplate,
String writeTemplate)
Establishes a read and write binding for the given model property.
|
default IBinding |
IBinder.read(String modelProperty)
Establishes a read binding for the given model property.
|
IBinding |
IBinder.read(String modelProperty,
Function<?,?> converter)
Establishes a read binding for the given model property.
|
IBinding |
GenericBinder.read(String modelProperty,
Function<?,?> converter) |
default IBinding |
IBinder.read(String modelProperty,
String template)
Establishes a read binding for the given model property.
|
default IBinding |
IBinder.write(String modelProperty)
Establishes a write binding for the given model property.
|
IBinding |
IBinder.write(String modelProperty,
Function<?,?> converter)
Establishes a write binding for the given model property.
|
IBinding |
GenericBinder.write(String modelProperty,
Function<?,?> converter) |
default IBinding |
IBinder.write(String modelProperty,
String template)
Establishes a write binding for the given model property.
|
Copyright © 2018 Fujion Framework. All rights reserved.