java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
javafx.collections.ObservableListBase<T>
com.iamsoft.util.ui.javafx.collections.ObservableValueObservableList<T>
com.iamsoft.util.ui.javafx.table.TableColumnValueList<T>
- Type Parameters:
T- Type of item in column.
- All Implemented Interfaces:
Iterable<T>,Collection<T>,List<T>,javafx.beans.Observable,javafx.collections.ObservableList<T>
List of items in column, as derived from TableColumn.getCellValueFactory(),
TableColumn.getTableView() and TableView.getItems().
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionTableColumnValueList(javafx.scene.control.TableColumn<?, T> pTableColumn) TableColumnValueList(javafx.scene.control.TableColumn<S, T> pTableColumn, Function<javafx.scene.control.TableView<S>, javafx.collections.ObservableList<S>> pItemFunction) -
Method Summary
Modifier and TypeMethodDescriptionstatic <S,T> javafx.collections.ObservableList<javafx.beans.value.ObservableValue<T>> getValues(javafx.scene.control.TableColumn<S, T> pCol) static <S,T> javafx.collections.ObservableList<javafx.beans.value.ObservableValue<T>> getValues(javafx.scene.control.TableColumn<S, T> pCol, Function<javafx.scene.control.TableView<S>, javafx.collections.ObservableList<S>> pItemFunction) static <S,T> javafx.collections.ObservableList<javafx.beans.value.ObservableValue<T>> getValues(javafx.scene.control.TableColumn<S, T> pCol, javafx.collections.ObservableList<S> pItems) Methods inherited from class com.iamsoft.util.ui.javafx.collections.ObservableValueObservableList
get, sizeMethods inherited from class javafx.collections.ObservableListBase
addAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, remove, removeAll, removeListener, removeListener, retainAll, setAll, setAllMethods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArrayMethods inherited from interface javafx.collections.ObservableList
filtered, sorted, sorted
-
Constructor Details
-
TableColumnValueList
-
TableColumnValueList
-
-
Method Details
-
getValues
public static <S,T> javafx.collections.ObservableList<javafx.beans.value.ObservableValue<T>> getValues(javafx.scene.control.TableColumn<S, T> pCol) -
getValues
public static <S,T> javafx.collections.ObservableList<javafx.beans.value.ObservableValue<T>> getValues(javafx.scene.control.TableColumn<S, T> pCol, Function<javafx.scene.control.TableView<S>, javafx.collections.ObservableList<S>> pItemFunction) -
getValues
public static <S,T> javafx.collections.ObservableList<javafx.beans.value.ObservableValue<T>> getValues(javafx.scene.control.TableColumn<S, T> pCol, javafx.collections.ObservableList<S> pItems)
-