Example usage for org.apache.wicket.markup.repeater.data DataViewBase subclass-usage

List of usage examples for org.apache.wicket.markup.repeater.data DataViewBase subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.markup.repeater.data DataViewBase subclass-usage.

Usage

From source file org.obiba.onyx.quartz.core.wicket.layout.impl.array.RowView.java

/**
 * The columns are populated by an array of provided ICellPopulator objects.
 * 
 * <pre>
 *  &lt;tr wicket:id=&quot;rows&quot;&gt;
 *    &lt;td wicket:id=&quot;cells&quot;&gt;

From source file table.headercolumndatatable.extra.AbstractDataGridView.java

/**
 * Acts as a base for data-grid views. Unlike a data view a data-grid view populates both rows and
 * columns. The columns are populated by an array of provided ICellPopulator objects.
 *
 * @param <T> Model object type
 * @author Igor Vaynberg (ivaynberg)