Subclasses of BasicModel in org.scopemvc.model.collection |
class |
ArrayModel
A BasicModel wrapper for an Object[] that can propagate changes
to contained Models up the Model hierarchy, and implements the java.util.List
interface. |
class |
ListModel
A BasicModel wrapper for an List that can propagate changes to
contained Models up the Model hierarchy. |
class |
ListModelAdaptor
Used to present a list of ListModelSource s as an active BasicModel. |
class |
SetModel
A BasicModel wrapper for an Set that can propagate changes to
contained Models up the Model hierarchy. |