Example usage for org.apache.wicket.markup.html.list PageableListView subclass-usage

List of usage examples for org.apache.wicket.markup.html.list PageableListView subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.markup.html.list PageableListView subclass-usage.

Usage

From source file org.modelibra.wicket.container.DmPageableListView.java

/**
 * Dm pageable list view.
 * 
 * @author Dzenan Ridjanovic
 * @author Vedad Kirlic
 * @version 2008-09-30

From source file org.wicketstuff.table.repeaters.AbstractSelectableListView.java

/**
 * Repeater component that add behavior to every row to handle clicks events and
 * manage the selection state.
 * 
 * @author Pedro Henrique Oliveira dos Santos
 *