public interface ISplusViewModel
SplusObject
objects. Implementation of this specifies how the data
values are bound to the attribute values of the underline SplusObject
object(s). The resulting class should be such that an update to the underline
SplusObject
result in an update to the model and vice versa. Modifier and Type | Method and Description |
---|---|
<V> V |
getDefaultViewAdapter()
Retrieve the default View Adapter of this.
|
java.lang.String |
getName()
Name of the domain object thie view model represents.
|
SplusObject |
getSplusObject() |
void |
reload()
Reloads the state so that the views will reflect the latest state of the
domain object this is wraps.
|
void |
save()
Saves whatever view data that is cached in this to the underline domain
object this wraps.
|
<V> V getDefaultViewAdapter()
java.lang.String getName()
SplusObject getSplusObject()
SplusObject
object.void reload()
void save()