List of usage examples for org.apache.wicket.extensions.markup.html.repeater.data.table IStyledColumn interface-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)
*/