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