public interface ISplusCompositeViewModel extends ISplusViewModel
ISplusViewModel
that is composed of a
list of ISplusViewModel
. Usually such an ISplusViewModel
wraps a domain object that contains a list of other domain objects.Modifier and Type | Method and Description |
---|---|
java.util.List<ISplusViewModel> |
getChildren()
Retrieves the list of children
ISplusViewModel this is composed
of. |
getDefaultViewAdapter, getName, getSplusObject, reload, save
java.util.List<ISplusViewModel> getChildren()
ISplusViewModel
this is composed
of.List
of ISplusViewModel
, each wraps a child
domain object of the domain object this wraps.