|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.axiondb.RowDecorator
A 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 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RowDecorator(Map selectableToFieldMap)
| Method Detail |
public Object get(ColumnIdentifier colid)
public Row getRow()
RowI'm currently decorating.
public int getRowIndex()
throws AxionException
AxionExceptionpublic Iterator getSelectableIterator()
public void setRow(int rowndx,
Row row)
RowI'm currently decorating.
public void setRow(Row row)
RowI'm currently decorating.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||