Print at Jan 21, 2026, 6:49:40 AM

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".