utam-java-recipes
utam-java-recipes copied to clipboard
How do you select an item in a ListView header?
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"?