Re: Check if item is selected.
by
jrmobile
» Sun Aug 16, 2020 11:04 pm
I'm trying this way
List<selectableItem> selectedItems = home.getSelectedItems();
List<HomePieceOfFurniture> furniture = selectedItems.getFurniture();
But it fires an error selectableItem cannot be resolved to a type. Same with type "Selectable".