Uses of Class
FlaNium.WinAPI.elements.ListBoxItem
-
Packages that use ListBoxItem Package Description FlaNium.WinAPI FlaNium.WinAPI.elements -
-
Uses of ListBoxItem in FlaNium.WinAPI
Methods in FlaNium.WinAPI that return ListBoxItem Modifier and Type Method Description ListBoxItemWebElementCast. toListBoxItem() -
Uses of ListBoxItem in FlaNium.WinAPI.elements
Methods in FlaNium.WinAPI.elements that return ListBoxItem Modifier and Type Method Description ListBoxItemListBox. addToSelection(int index)Add a row to the selection by index.ListBoxItemListBox. addToSelection(String text)Add a row to the selection by text.ListBoxItemListBox. removeFromSelection(int index)Remove a row from the selection by index.ListBoxItemListBox. removeFromSelection(String text)Remove a row from the selection by text.ListBoxItemListBoxItem. scrollIntoView()Scrolls the element into view.ListBoxItemListBox. select(int index)Selects an item by index.ListBoxItemListBox. select(String text)Selects an item by text.ListBoxItemListBox. selectedItem()Gets the first selected item or null otherwise.Methods in FlaNium.WinAPI.elements that return types with arguments of type ListBoxItem Modifier and Type Method Description List<ListBoxItem>ListBox. items()Returns all the list box itemsList<ListBoxItem>ListBox. selectedItems()Gets all selected items.
-