Example usage for org.apache.wicket.extensions.markup.html.repeater.data.grid DataGridView subclass-usage

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

Introduction

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

Usage

From source file name.martingeisse.wicket.util.zebra.ZebraDataGridView.java

/**
 * A {@link DataGridView} that supports "Zebra Striping" by setting the
 * CSS classes "even" / "odd" on its items. CSS styles themselves
 * are not set by this class.
 * @param <T> the model type
 */