Package io.goobi.viewer.managedbeans.tabledata


package io.goobi.viewer.managedbeans.tabledata
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.
  • Class
    Description
    Table data provider that persists filter and sorting state across requests for admin data tables.
    Represents a single filter criterion applied to a data table column.
    Generic data provider for paginated, filterable, and sortable admin data tables.
     
    Data-source interface for paginated, sortable, and filterable table data used by TableDataProvider.
    Thrown when a table data source encounters an error while loading or filtering data.