Package com.vinculumtech.carrierwave.datamodel

Interface Summary
RowSource The RowSource interface provides a hook for a DataModel to retrieve a collection of row elements.
 

Class Summary
Column A Column is simply a collection of all the child values, referenced by a common edge, or columnName.

If the columnName references a List or Map, they are collapsed.
DataModel The DataModel class is the root class for managing a collection of Image instances as table with columns and rows.

After instantiating a new DataModel, Rows or Column objects can be retrieved that either filter or narrow the original collection of instances (respectively).
Rows A Rows instance represents a sub-set of its parents set of "rows".
 

Exception Summary
DataModelException  
 



Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.