Last updated

API / geotoolkit / data / DataBinding / DataBinding

Class: DataBinding

data.DataBinding.DataBinding

Define DataBinding

Hierarchy

Table of contents

Constructors
Methods

Contents

Constructors

new DataBinding()

new DataBinding()

Methods

accept

Abstract accept(node): boolean

Check if connector accepts node

Parameters

Name Type Description
nodeNodeinstance to apply the databinding to

Returns

boolean


bind

Abstract bind(node, data): void

Bind data

Parameters

Name Type Description
nodeNodeinstance to apply the databinding to
dataanydata to bind to the node

Returns

void


getClassName

getClassName(): string

Returns

string


unbind

Abstract unbind(node, data?): void

Unbind data

Parameters

Name Type Description
nodeNodeinstance to apply the databinding to
Optional dataanydata to bind to the node

Returns

void


getClassName

Static getClassName(): string

Returns

string