org.axiondb
public class RowDecorator extends Object
Row
here. Row
and RowDecorator
have different contracts. A reference to a Row
is somewhat
persistent--it can be added to a Collection, for example. A RowDecorator
changes all the time.)
Version: $Revision: 1.18 $ $Date: 2006/01/10 21:02:37 $
Constructor Summary | |
---|---|
RowDecorator(Map selectableToFieldMap) |
Method Summary | |
---|---|
Object | get(ColumnIdentifier colid) Returns the value of the specified column. |
Row | getRow() Gets the RowI'm currently decorating. |
int | getRowIndex() |
Iterator | getSelectableIterator() Gets the selectable To Field Iterator |
void | setRow(int rowndx, Row row) Sets the RowI'm currently decorating. |
void | setRow(Row row) Sets the RowI'm currently decorating. |