Package cz.masci.springfx.mvci.model.detail
package cz.masci.springfx.mvci.model.detail
-
InterfacesClassDescriptionDetailModel<T>The DirtyModel interface extends the
DirtyPropertyinterface and provides additional methods related to managing dirty state of a model.The IdentifiableModel interface defines a contract for objects that have an identifier and can be identified as a transient.The ValidModel interface extends theValidatedinterface and provides additional methods related to the validation status of a model.