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

Get selected items back #18

Closed
Rainer-Lang opened this issue Jan 11, 2016 · 5 comments
Closed

Get selected items back #18

Rainer-Lang opened this issue Jan 11, 2016 · 5 comments
Assignees

Comments

@Rainer-Lang
Copy link
Contributor

How can I get the selected items back?
Is there a method?

I only found this: Set<Integer> getSelections()

@mikepenz
Copy link
Owner

@Rainer-Lang this method will return the positions of the selected items. What do you need?

@mikepenz mikepenz self-assigned this Jan 11, 2016
@Rainer-Lang
Copy link
Contributor Author

I need the items

@Rainer-Lang
Copy link
Contributor Author

Both are interesting: positions and the selected items

@Rainer-Lang
Copy link
Contributor Author

But the result should be parcelable to put it in a bundle.

@mikepenz
Copy link
Owner

@Rainer-Lang i do not have to care about the parcable. i will just return a Set<Item> where item = <Item extends IItem>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants