Package com._1c.g5.aef2.standard.models
Interface IViewModelValue<T>
-
- All Superinterfaces:
IModel
,IValidable
,IValue<T>
,IViewModelModel
- All Known Implementing Classes:
ViewModelValue
public interface IViewModelValue<T> extends IValue<T>, IViewModelModel
TheIViewModelModel
contract forIValue
model type.- See Also:
IValue
,IViewModelModel
-
-
Method Summary
-
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
-
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
Methods inherited from interface com._1c.g5.aef2.models.value.IValue
addValueListener, createWorkingCopy, get, isEqual, removeValueListener, set
-
Methods inherited from interface com._1c.g5.aef2.standard.models.IViewModelModel
beginInitialization, endInitialization
-
-