Example usage for org.apache.wicket.extensions.markup.html.repeater.data.table IStyledColumn interface-usage

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

Introduction

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

Usage

From source file org.bindgen.wicket.AbstractBindingColumn.java

/**
 * Base class for {@link IColumn}s that work with bindings
 * 
 * @author igor.vaynberg
 * 
 * @param <R>

From source file wickettree.util.MultiColumn.java

/**
 * A column utilizing other {@link IColumn}s depending on a row's model object
 * type.
 * 
 * @see #wrap(Class, IColumn)
 */