java.lang.Object
com.iamsoft.util.ui.javafx.ListViewUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic <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 Details
-
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. -
selectedRowsToString
-