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

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

Introduction

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

Usage

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

/**
 * Base class for viewing the question categories in a grid, given a category list and a permutation rule.
 * @see IDataListPermutator
 * @see QuestionCategoriesProvider
 */
public abstract class AbstractQuestionCategoriesView extends GridView<QuestionCategory> {