Print at Dec 19, 2025, 7:52:38 AM

Posted by jrmobile at Aug 16, 2020, 11:04:17 PM
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".