AbstractListDataView<T> |
AbstractListDataView.addFilter(SerializablePredicate<T> filter) |
AbstractListDataView<T> |
AbstractListDataView.addItem(T item) |
AbstractListDataView<T> |
AbstractListDataView.addItemAfter(T item,
T after) |
AbstractListDataView<T> |
AbstractListDataView.addItemBefore(T item,
T before) |
AbstractListDataView<T> |
AbstractListDataView.addItems(Collection<T> items) |
AbstractListDataView<T> |
AbstractListDataView.addItemsAfter(Collection<T> items,
T after) |
AbstractListDataView<T> |
AbstractListDataView.addItemsBefore(Collection<T> items,
T before) |
AbstractListDataView<T> |
AbstractListDataView.addSortComparator(SerializableComparator<T> sortComparator) |
<V1 extends Comparable<? super V1>> AbstractListDataView<T> |
AbstractListDataView.addSortOrder(ValueProvider<T,V1> valueProvider,
SortDirection sortDirection) |
AbstractListDataView<T> |
AbstractListDataView.removeFilters() |
AbstractListDataView<T> |
AbstractListDataView.removeItem(T item) |
AbstractListDataView<T> |
AbstractListDataView.removeItems(Collection<T> items) |
AbstractListDataView<T> |
AbstractListDataView.removeSorting() |
AbstractListDataView<T> |
AbstractListDataView.setFilter(SerializablePredicate<T> filter) |
AbstractListDataView<T> |
AbstractListDataView.setSortComparator(SerializableComparator<T> sortComparator) |
<V1 extends Comparable<? super V1>> AbstractListDataView<T> |
AbstractListDataView.setSortOrder(ValueProvider<T,V1> valueProvider,
SortDirection sortDirection) |