Print at Apr 22, 2026, 5:55:32 PM

Posted by jrmobile at Aug 17, 2020, 1:04:17 AM
Re: Check if item is selected.
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".