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
Example
columns[0] = new PropertyColumn(new Model("First Name"), "name.first");
The above will attach a label to the cell with a property model for the
expression "name.first"
Example
columns[0] = new PropertyColumn(new Model("First Name"), "name.first");The above will attach a label to the cell with a property model for the expression "name.first"