Uses of Interface
io.goobi.viewer.managedbeans.tabledata.TableDataSource
Packages that use TableDataSource
-
Uses of TableDataSource in io.goobi.viewer.managedbeans.tabledata
Constructors in io.goobi.viewer.managedbeans.tabledata with parameters of type TableDataSourceModifierConstructorDescriptionPersistentTableDataProvider(TableDataSource<T> source) Constructor for PersistentTableDataProvider.TableDataProvider(int entriesPerPage, TableDataProvider.SortOrder sortOrder, TableDataSource<T> source) Constructor for TableDataProvider.TableDataProvider(TableDataSource<T> source) Constructor for TableDataProvider.