Example usage for org.apache.wicket.extensions.markup.html.repeater.data.table NavigationToolbar subclass-usage

List of usage examples for org.apache.wicket.extensions.markup.html.repeater.data.table NavigationToolbar subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.extensions.markup.html.repeater.data.table NavigationToolbar subclass-usage.

Usage

From source file an.dpr.manteniket.components.BootstrapNavigationToolbar.java

/**
 * Toolbar that displays links used to navigate the pages of the datatable as
 * well as a message about which rows are being displayed and their total number
 * in the data table.
 * 
 * NavigationToolbar with BootstrapPagingNavigator

From source file com.francetelecom.clara.cloud.presentation.common.AjaxNavigationCustomToolbar.java

/**
 * Created with IntelliJ IDEA.
 * User: shjn2064
 * Date: 05/09/12
 * Time: 14:08
 * To change this template use File | Settings | File Templates.

From source file com.visural.wicket.datatable.toolbar.AjaxSubmittingNavigationToolbar.java

/**
 * TODO: unfinished code
 *
 * AJAX navigation toolbar for a `DataTable` which submits the form upon changing the page.
 *
 * This is useful where there are form elements inside a paged list.

From source file com.visural.wicket.datatable.toolbar.SubmittingNavigationToolbar.java

/**
 * TODO: unfinished code
 *
 * Navigation toolbar for a `DataTable` which submits the form upon changing the page.
 *
 * This is useful where there are form elements inside a paged list.

From source file de.tudarmstadt.ukp.csniper.webapp.support.wicket.ExtendedNavigationToolbar.java

/**
 * A variant of the {@link NavigationToolbar} that incorporates a "Jump to" field.
 * 
 * @author Erik-Ln Do Dinh
 */
public class ExtendedNavigationToolbar extends NavigationToolbar {