Uses of Interface
org.apache.wicket.extensions.markup.html.repeater.data.table.IStyledColumn

Packages that use IStyledColumn
org.apache.wicket.extensions.markup.html.repeater.data.table   
org.apache.wicket.extensions.markup.html.repeater.data.table.filter   
 

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 IStyledColumn
 class AbstractColumn<T>
          A helper implementation for the IColumn interface
 class HeaderlessColumn<T>
          A column that does not have a header
 class PropertyColumn<T>
          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 by PropertyModel) that is evaluated against the current row's model object Example columns[0] = new PropertyColumn(new Model<String>("First Name"), "name.first"); The above will attach a label to the cell with a property model for the expression "name.first"
 

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 IStyledColumn
 class ChoiceFilteredPropertyColumn<T,Y>
          A filtered property column that creates a textfield filter component.
 class FilteredAbstractColumn<T>
          A helper implementation for a filtered column.
 class FilteredPropertyColumn<T>
          Like PropertyColumn but with support for filters.
 class TextFilteredPropertyColumn<T,F>
          A filtered property column that creates a textfield filter component.
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.