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

EasyBind.FlattenList(ObservableList<ObservableList<? extends E>>) #10

Closed
wants to merge 6 commits into from
Closed

EasyBind.FlattenList(ObservableList<ObservableList<? extends E>>) #10

wants to merge 6 commits into from

Conversation

Nava2
Copy link

@Nava2 Nava2 commented Dec 9, 2016

This creates a binding to concatenate ObservableList values. This supersedes PR #8. I fixed the bugs that were present in property firing and added some extra tests to verify these components.

maul.esel and others added 4 commits April 6, 2016 02:23
Creates a new list that combines the values of the given
lists. Unlike FXCollections.concat(), updates to the source
lists propagate to the combined list.
* Duplicated List values will break the implementation's change events
* Added better tests that test different combinations.

This commit closes comments in #8.
@Nava2
Copy link
Author

Nava2 commented Dec 9, 2016

@maul-esel, these are mostly your changes, I just adjusted them with the changes in #8 as it looked "dead."

* Adds an ObservableList input
* Tracks changes to the List, firing changes if the 2D list changes,
  this eases up the work when bigger changes happen
* Change `concat` -> `flattenList`, it's a flatten operation after all
@Nava2 Nava2 changed the title Concat lists EasyBind.FlattenList(ObservableList<ObservableList<? extends E>>) Dec 9, 2016
@tobiasdiez
Copy link

Since this project sadly doesn't seem to be active any more #16, I've created a fork and continued development there: https://github.com/tobiasdiez/EasyBind.

I liked your changes in this PR, and thus included them in the forked repo. Hope this is OK for you.

@Nava2 Nava2 closed this by deleting the head repository Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants