Interface | Description |
---|---|
ISplusCompositeViewModel |
Abstraction of a specialized
ISplusViewModel that is composed of a
list of ISplusViewModel . |
ISplusMultidimensionalViewModel |
Abstraction of a specialized
ISplusViewModel that holds a
multi-dimensional array. |
ISplusOrderedViewModel |
Abstraction of a specialized
ISplusViewModel that holds an ordered
list. |
ISplusViewModel |
Abstraction of a view model that holds one or a collection of
SplusObject objects. |
ISplusViewModelDelegator |
Abstraction of a view model that delegates to another.
|
ISplusViewModelFactory |
Abstraction of a factory that creates a
ISplusViewModel from a
domain object. |
ISplusViewModelManager |
An abstraction of a manager interface that holds all the factory interfaces
of this package.
|