Interface IViewModelModel

All Superinterfaces:
IModel, IValidable
All Known Subinterfaces:
IViewModelList<E>, IViewModelValue<T>
All Known Implementing Classes:
ViewModelList, ViewModelValue

public interface IViewModelModel extends IModel
The contract of IModel for view model.
See Also:
  • Method Details

    • beginInitialization

      void beginInitialization()
      Sets the model initialization flag which means that all model operations performed before endInitialization() will not invoke notification events.
    • endInitialization

      void endInitialization()
      Resets the model initialization flag that is set by beginInitialization().