Uses of Interface
is.codion.swing.common.model.component.list.FilterListModel.Builder
Packages that use FilterListModel.Builder
-
Uses of FilterListModel.Builder in is.codion.swing.common.model.component.list
Methods in is.codion.swing.common.model.component.list that return FilterListModel.BuilderModifier and TypeMethodDescriptionFilterListModel.Builder.asyncRefresh
(boolean asyncRefresh) static <T> FilterListModel.Builder
<T> FilterListModel.builder()
static <T> FilterListModel.Builder
<T> FilterListModel.builder
(Collection<T> items) FilterListModel.Builder.comparator
(Comparator<T> comparator) FilterListModel.Builder.supplier
(Supplier<? extends Collection<T>> supplier)