Simple data object that has title and information fields. If the modifier is set then the data can be edited. Th cell editor
is always a
TextCellEditor so the modifier should aways return a string. The validator by default always accept
the result. For custom validation cell validator can be set.
author: Jesse since: 1.1.0
new instance. data has no children and no parent and is not editable
Parameters: title - title/property name of the data item Parameters: info - the information to display. toString is called on the item to display it.
public void setModifier(ICellModifier modifier)(Code)
Sets the cell modifier used for this data item. The property can be ignored and the element will always be
the
SummaryData object. The newValue passed to the modify methods will always be a String
Parameters: modifier -