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

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

Introduction

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

Usage

From source file org.sakaiproject.wicket.markup.html.repeater.data.table.BasicDataTable.java

public class BasicDataTable extends DataTable {

    private static final long serialVersionUID = 1L;

    public BasicDataTable(String id, List columns, List data) {
        this(id, columns, new SortableListDataProvider(data));

From source file org.wicketstuff.datatable_autocomplete.table.DTADataTable.java

/**
 * @author mocleiri
 * 
 *         Almost an exact copy of the wicket AjaxFallbackDefaultDataTable except that we have
 *         control over when the pagination toolbar is added.
 * 

From source file wicketbox.component.DataBox.java

/**
 * A {@link DataTable} with the following enhancements:
 * <ul>
 * <li>the body is {@link Stretch}ed so that the footer is attached to the
 * bottom</li>
 * <li>columns can be {@link ColResize}ed, the widths are persisted in a cookie