| Package | Description |
|---|---|
| to.etc.domui.component.binding | |
| to.etc.domui.dom.html |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentPropertyBinding
This binds a control property to some model property.
|
class |
StyleBinding
This is a binding that "translates" a model property into a css style on the component, using
a value map.
|
| Constructor and Description |
|---|
BindingValuePair(IBinding binding,
CV controlValue,
PV propertyValue) |
| Modifier and Type | Method and Description |
|---|---|
List<IBinding> |
NodeBase.getBindingList()
If present, return all bindings on this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeBase.addBinding(IBinding binding)
Add a binding to the binding list.
|
void |
NodeBase.removeBinding(IBinding binding) |
Copyright © 2017 etc.to. All rights reserved.