Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create wrapper around properties with convient helper methods #10

Open
tobiasdiez opened this issue May 14, 2020 · 0 comments
Open

Create wrapper around properties with convient helper methods #10

tobiasdiez opened this issue May 14, 2020 · 0 comments
Labels
status: help wanted Extra attention is needed type: enhancement New feature or request

Comments

@tobiasdiez
Copy link
Owner

tobiasdiez commented May 14, 2020

Similar to the EasyObservableValue there should be an EasyObservableProperty that exposes some of the methods (like selectProperty) so that they can be chained together.

For example, the interface could look like

Property<Boolean> binding = EasyBind.wrapProperty(control.sceneProperty()) 
                                    .select(s -> s.windowProperty()) 
                                    .select(w -> w.showingProperty());
@tobiasdiez tobiasdiez changed the title Select method should return proper binding Create wrapper around properties with convient helper methods Jul 16, 2020
@tobiasdiez tobiasdiez added status: help wanted Extra attention is needed type: enhancement New feature or request labels Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: help wanted Extra attention is needed type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant