T
- Type of item in column.public final class TableColumnValueList<T> extends ObservableValueObservableList<T>
modCount
Constructor and Description |
---|
TableColumnValueList(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) |
Modifier and Type | Method and Description |
---|---|
static <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) |
get, size
addAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, remove, removeAll, removeListener, removeListener, retainAll, setAll, setAll
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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, toArray
parallelStream, removeIf, stream
public TableColumnValueList(javafx.scene.control.TableColumn<?,T> pTableColumn)
public static <S,T> javafx.collections.ObservableList<javafx.beans.value.ObservableValue<T>> getValues(javafx.scene.control.TableColumn<S,T> pCol)
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)
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)
Copyright © 2023. All rights reserved.