Uses of Interface
io.goobi.viewer.managedbeans.tabledata.TableDataSource
Packages that use TableDataSource
Package
Description
Reusable infrastructure for paginated, filterable table data in JSF-backed admin views,
providing a generic provider interface, filter model, pluggable data sources, and related exceptions.
-
Uses of TableDataSource in io.goobi.viewer.managedbeans.tabledata
Constructors in io.goobi.viewer.managedbeans.tabledata with parameters of type TableDataSourceModifierConstructorDescriptionPersistentTableDataProvider(TableDataSource<T> source) Creates a new PersistentTableDataProvider instance.TableDataProvider(int entriesPerPage, TableDataProvider.SortOrder sortOrder, TableDataSource<T> source) Creates a new TableDataProvider instance.TableDataProvider(TableDataSource<T> source) Creates a new TableDataProvider instance.