Class PaginationQueryParametersBinder

java.lang.Object
io.jmix.flowui.facet.queryparameters.AbstractQueryParametersBinder
io.jmix.flowui.facet.queryparameters.PaginationQueryParametersBinder
All Implemented Interfaces:
QueryParametersFacet.Binder

public class PaginationQueryParametersBinder extends AbstractQueryParametersBinder
  • Field Details

  • Constructor Details

  • Method Details

    • initComponent

      protected void initComponent(PaginationComponent<?> pagination)
    • onAfterRefresh

      protected void onAfterRefresh(PaginationComponent.AfterRefreshEvent<?> event)
    • updateState

      public void updateState(com.vaadin.flow.router.QueryParameters queryParameters)
      Description copied from interface: QueryParametersFacet.Binder
      Informs query parameters binder that view query parameters has been changed.
      Parameters:
      queryParameters - a view query parameters
    • getFirstResultParam

      public String getFirstResultParam()
    • setFirstResultParam

      public void setFirstResultParam(@Nullable String firstResultParam)
    • getMaxResultsParam

      public String getMaxResultsParam()
    • setMaxResultsParam

      public void setMaxResultsParam(@Nullable String maxResultsParam)
    • getPaginationLoader

      protected Optional<PaginationDataLoader> getPaginationLoader()