List of usage examples for org.apache.wicket.extensions.markup.html.repeater.data.grid DataGridView subclass-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
*/