- java.lang.Object
-
- com.iamsoft.util.ui.javafx.ListViewUtil
-
public final class ListViewUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> voidcopySelectedRows(javafx.scene.control.ListView<T> pListView, Function<T,String> pItemToStringMapper)Copy selected table rows to clipboard.static <T> javafx.collections.ObservableList<T>getSelectedItems(javafx.scene.control.ListView<T> pListView)static <T> StringselectedRowsToString(javafx.scene.control.ListView<T> pListView, Function<T,String> pItemToStringMapper)
-
-
-
Method Detail
-
getSelectedItems
public static <T> javafx.collections.ObservableList<T> getSelectedItems(javafx.scene.control.ListView<T> pListView)
-
copySelectedRows
public static <T> void copySelectedRows(javafx.scene.control.ListView<T> pListView, Function<T,String> pItemToStringMapper)Copy selected table rows to clipboard.
-
-