Skip to content

Add bindTo method to bind to properties #11

@tobiasdiez

Description

@tobiasdiez

Right now one has to write

target.targetProperty().bind(
                EasyBind.map(source.sourceProperty(), mapping)
        );

to bind to a property. A more fluent interface like

EasyBind.map(source.sourceProperty(), mapping)
        .bindTo(target.targetProperty);

would be nice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions