Uses of Interface
org.apache.wicket.extensions.markup.html.repeater.data.table.IStyledColumn
Packages that use IStyledColumn
Package
Description
Package for exporting data tables.
-
Uses of IStyledColumn in org.apache.wicket.extensions.markup.html.repeater.data.table
Classes in org.apache.wicket.extensions.markup.html.repeater.data.table that implement IStyledColumnModifier and TypeClassDescriptionclassAbstractColumn<T,S> A helper implementation for the IColumn interfaceclassHeaderlessColumn<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 IStyledColumn in org.apache.wicket.extensions.markup.html.repeater.data.table.export
Classes in org.apache.wicket.extensions.markup.html.repeater.data.table.export that implement IStyledColumn -
Uses of IStyledColumn in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
Classes in org.apache.wicket.extensions.markup.html.repeater.data.table.filter that implement IStyledColumnModifier 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 IStyledColumn in org.apache.wicket.extensions.markup.html.repeater.tree.table
Classes in org.apache.wicket.extensions.markup.html.repeater.tree.table that implement IStyledColumnModifier and TypeClassDescriptionclassAbstractTreeColumn<T,S> classTreeColumn<T,S> A column displaying the tree nodes hierarchy.