| org.drools.brms.client.table.DataModel
DataModel | public interface DataModel (Code) | | An optional interface to provide widgets for the body of the grid.
author: Michael Neale |
getNumberOfRows | public int getNumberOfRows()(Code) | | |
getValue | public Comparable getValue(int row, int col)(Code) | | Must always provide a value. This is used for sorting (and display possibly).
|
getWidget | public Widget getWidget(int row, int col)(Code) | | optionally return a widget to display instead of the text. If null, then the text will be rendered.
|
|
|