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

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

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

Classes in 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 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 wicket.extensions.markup.html.repeater.data.grid with parameters of type ICellPopulator
DataGridView(java.lang.String id, ICellPopulator[] populators, IDataProvider dataProvider)
          Constructor Notice cells are created in the same order as cell populators in the array
AbstractDataGridView(java.lang.String id, ICellPopulator[] populators, IDataProvider dataProvider)
          Constructor
 

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

Subinterfaces of ICellPopulator in wicket.extensions.markup.html.repeater.data.table
 interface IColumn
          An inteface that represents a column in the DefaultDataTable
 

Classes in 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 convinience 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 wicket.extensions.markup.html.repeater.data.table.filter
 

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

Classes in 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-2008 Wicket developers. All Rights Reserved.