Uses of Interface
org.apache.wicket.extensions.markup.html.repeater.data.grid.ICellPopulator

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

Uses of ICellPopulator in org.apache.wicket.extensions.markup.html.repeater.data.grid
 

Classes in org.apache.wicket.extensions.markup.html.repeater.data.grid that implement ICellPopulator
 class PropertyPopulator
          A convinience implementation of ICellPopulator that adds a label that will display the value of the specified property.
 

Methods in org.apache.wicket.extensions.markup.html.repeater.data.grid that return ICellPopulator
 ICellPopulator[] DataGridView.getPopulators()
          Returns the array of cell populators
protected  ICellPopulator[] AbstractDataGridView.internalGetPopulators()
           
 

Constructors in org.apache.wicket.extensions.markup.html.repeater.data.grid with parameters of type ICellPopulator
AbstractDataGridView(java.lang.String id, ICellPopulator[] populators, org.apache.wicket.markup.repeater.data.IDataProvider dataProvider)
          Constructor
DataGridView(java.lang.String id, ICellPopulator[] populators, org.apache.wicket.markup.repeater.data.IDataProvider dataProvider)
          Constructor Notice cells are created in the same order as cell populators in the array
 

Uses of ICellPopulator in org.apache.wicket.extensions.markup.html.repeater.data.table
 

Subinterfaces of ICellPopulator in org.apache.wicket.extensions.markup.html.repeater.data.table
 interface IColumn
          An interface that represents a column in the DefaultDataTable
 interface IStyledColumn
          Interface that allows styling individuals DataTable columns
 

Classes in org.apache.wicket.extensions.markup.html.repeater.data.table that implement ICellPopulator
 class AbstractColumn
          A helper implementation for the IColumn interface
 class HeaderlessColumn
          A column that does not have a header
 class PropertyColumn
          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
 

Uses of ICellPopulator in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
 

Subinterfaces of ICellPopulator in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
 interface IFilteredColumn
          Represents a data table column that can be filtered.
 

Classes in org.apache.wicket.extensions.markup.html.repeater.data.table.filter that implement ICellPopulator
 class ChoiceFilteredPropertyColumn
          A filtered property column that creates a textfield filter component.
 class FilteredAbstractColumn
          A helper implementation for a filtered column.
 class FilteredPropertyColumn
          Like PropertyColumn but with support for filters.
 class TextFilteredPropertyColumn
          A filtered property column that creates a textfield filter component.
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.