Uses of Class
org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn
Packages that use AbstractColumn
Package
Description
Package for exporting data tables.
-
Uses of AbstractColumn in org.apache.wicket.extensions.markup.html.repeater.data.table
Modifier and TypeClassDescriptionclassHeaderlessColumn<T,S> A column that does not have a headerclassLambdaColumn<T,S> An implementation of column that adds a label to the cell whose model is determined by the providedSerializableFunctionthat is evaluated against the current row's model objectclassPropertyColumn<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
-
Uses of AbstractColumn in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
Modifier and TypeClassDescriptionclassChoiceFilteredPropertyColumn<T,Y, S> A filtered property column that creates a textfield filter component.classA helper implementation for a filtered column.classLikePropertyColumnbut with support for filters.classTextFilteredPropertyColumn<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
Modifier and TypeClassDescriptionclassAbstractTreeColumn<T,S> classTreeColumn<T,S> A column displaying the tree nodes hierarchy.