API / geotoolkit / data / DataBinding / DataBinding
data.DataBinding.DataBinding
Define DataBinding
DataBinding
Constructors
Methods
▸ Abstract accept(node): boolean
Check if connector accepts node
| Name | Type | Description |
|---|---|---|
node | Node | instance to apply the databinding to |
boolean
▸ Abstract bind(node, data): void
Bind data
| Name | Type | Description |
|---|---|---|
node | Node | instance to apply the databinding to |
data | any | data to bind to the node |
void
▸ getClassName(): string
string
▸ Abstract unbind(node, data?): void
Unbind data
| Name | Type | Description |
|---|---|---|
node | Node | instance to apply the databinding to |
Optional data | any | data to bind to the node |
void
▸ Static getClassName(): string
string