public class RowDecorator
extends java.lang.Object
Row
with 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
Row I'm currently decorating. |
int |
getRowIndex() |
java.util.Iterator |
getSelectableIterator()
Gets the selectable To Field Iterator
|
void |
setRow(int rowndx,
Row row)
Sets the
Row I'm currently decorating. |
void |
setRow(Row row)
Sets the
Row I'm currently decorating. |
public java.lang.Object get(ColumnIdentifier colid) throws AxionException
AxionException
public int getRowIndex() throws AxionException
AxionException
public java.util.Iterator getSelectableIterator()