public class RowDecorator
extends java.lang.Object
Rowwith meta-information. (Note that we've intentionally not
implemented 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.)| Constructor and Description |
|---|
RowDecorator(java.util.Map selectableToFieldMap) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(ColumnIdentifier colid)
Returns the value of the specified column.
|
Row |
getRow()
Gets the
RowI'm currently decorating. |
int |
getRowIndex() |
java.util.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. |
public java.lang.Object get(ColumnIdentifier colid) throws AxionException
AxionExceptionpublic int getRowIndex()
throws AxionException
AxionExceptionpublic java.util.Iterator getSelectableIterator()