|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Marks data sources that can be connected to the data row (for example, the DataRowDataSource).
DataRowDataSource
Method Summary | |
void |
connectDataRow(DataRow row)
Connects the DataRow to the data source. |
void |
disconnectDataRow(DataRow row)
Releases the connection to the data row. |
Method Detail |
public void connectDataRow(DataRow row) throws java.lang.IllegalStateException
row
- the data row.
java.lang.IllegalStateException
- if there is already a data row connected.public void disconnectDataRow(DataRow row) throws java.lang.IllegalStateException
If no data row is connected, an IllegalStateException
is thrown to indicate the
programming error.
row
- the data row.
java.lang.IllegalStateException
- if there is already a data row connected.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |