We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How can I get the selected items back? Is there a method?
I only found this: Set<Integer> getSelections()
Set<Integer> getSelections()
The text was updated successfully, but these errors were encountered:
@Rainer-Lang this method will return the positions of the selected items. What do you need?
Sorry, something went wrong.
I need the items
Both are interesting: positions and the selected items
But the result should be parcelable to put it in a bundle.
@Rainer-Lang i do not have to care about the parcable. i will just return a Set<Item> where item = <Item extends IItem>
Set<Item>
<Item extends IItem>
945a250
mikepenz
No branches or pull requests
How can I get the selected items back?
Is there a method?
I only found this:
Set<Integer> getSelections()
The text was updated successfully, but these errors were encountered: