I can navigate to a ListView header with the following Java code, but how do I select a new item from the ListView?
loader.load(ConsoleObjectHome.class)
.getListView()
.getHeader()
.getSelectedListViewName();
E.g. how do I change the ListView from "Recently Viewed"?
