java.lang.Object
org.apache.wicket.extensions.markup.html.repeater.data.grid.PropertyPopulator<T>
Type Parameters:
T -
All Implemented Interfaces:
Serializable, ICellPopulator<T>, IDetachable, IClusterable

public class PropertyPopulator<T> extends Object implements ICellPopulator<T>
A convenience implementation of ICellPopulator that adds a label that will display the value of the specified property. Non-string properties will be converted to a string before display.

Example

 ICellPopulator cityPopulator = new PropertyPopulator("address.city");
 
Author:
Igor Vaynberg (ivaynberg)
See Also: