Uses of Class
org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn
-
Packages that use AbstractColumn Package Description org.apache.wicket.extensions.markup.html.repeater.data.table org.apache.wicket.extensions.markup.html.repeater.data.table.export Package for exporting data tables.org.apache.wicket.extensions.markup.html.repeater.data.table.filter org.apache.wicket.extensions.markup.html.repeater.tree.table -
-
Uses of AbstractColumn in org.apache.wicket.extensions.markup.html.repeater.data.table
Subclasses of AbstractColumn in org.apache.wicket.extensions.markup.html.repeater.data.table Modifier and Type Class Description class
HeaderlessColumn<T,S>
A column that does not have a headerclass
LambdaColumn<T,S>
An implementation of column that adds a label to the cell whose model is determined by the providedSerializableFunction
that is evaluated against the current row's model objectclass
PropertyColumn<T,S>
A convenience implementation of column that adds a label to the cell whose model is determined by the provided wicket property expression (same as used byPropertyModel
) that is evaluated against the current row's model object -
Uses of AbstractColumn in org.apache.wicket.extensions.markup.html.repeater.data.table.export
Subclasses of AbstractColumn in org.apache.wicket.extensions.markup.html.repeater.data.table.export Modifier and Type Class Description class
AbstractExportableColumn<T,S>
A helper implementation ofIExportableColumn
. -
Uses of AbstractColumn in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
Subclasses of AbstractColumn in org.apache.wicket.extensions.markup.html.repeater.data.table.filter Modifier and Type Class Description class
ChoiceFilteredPropertyColumn<T,Y,S>
A filtered property column that creates a textfield filter component.class
FilteredAbstractColumn<T,S>
A helper implementation for a filtered column.class
FilteredPropertyColumn<T,S>
LikePropertyColumn
but with support for filters.class
TextFilteredPropertyColumn<T,F,S>
A filtered property column that creates a textfield filter component. -
Uses of AbstractColumn in org.apache.wicket.extensions.markup.html.repeater.tree.table
Subclasses of AbstractColumn in org.apache.wicket.extensions.markup.html.repeater.tree.table Modifier and Type Class Description class
AbstractTreeColumn<T,S>
class
TreeColumn<T,S>
A column displaying the tree nodes hierarchy.
-