Print at Mar 7, 2026, 2:56:24 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".