|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The RowSource interface provides a hook for a DataModel to retrieve a collection of
row elements. An implementation of RowSource could simply be a wrapper for a
collection, or can dynamically retrieve the collection.
| Method Summary | |
void |
copyInto(java.util.Collection destination)
Place the contencts of this RowSource into the destination List instance. |
java.util.Collection |
getSourceRows()
Provided as a convenience. |
| Method Detail |
public void copyInto(java.util.Collection destination)
destination - public java.util.Collection getSourceRows()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||