Example usage for org.apache.wicket.markup.html.navigation.paging IPagingLabelProvider interface-usage

List of usage examples for org.apache.wicket.markup.html.navigation.paging IPagingLabelProvider interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket.markup.html.navigation.paging IPagingLabelProvider interface-usage.

Usage

From source file org.hippoecm.frontend.plugins.standards.list.datatable.ListPagingLabelProvider.java

public class ListPagingLabelProvider implements IPagingLabelProvider {

    private static final long serialVersionUID = 1L;

    @Override
    public String getPageLabel(long page) {