|
||||||||||
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 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 Summary | |
---|---|
RowDecorator(Map selectableToFieldMap)
|
Method Summary | |
---|---|
Object |
get(ColumnIdentifier colid)
Returns the value of the specified column. |
Row |
getRow()
Gets the Row I'm currently decorating. |
int |
getRowIndex()
|
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. |
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) throws AxionException
AxionException
public Row getRow()
Row
I'm currently decorating.
public int getRowIndex() throws AxionException
AxionException
public Iterator getSelectableIterator()
public void setRow(int rowndx, Row row)
Row
I'm currently decorating.
public void setRow(Row row)
Row
I'm currently decorating.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |