Interface ViewStatePersistenceProvider

  • All Known Implementing Classes:
    ContentEditorBrowserSectionModel

    public interface ViewStatePersistenceProvider
    Provides view state persistence service for cockpit components that must preserve their view state across full re-creation/re-render process. Each component can have it's own map of objects for storing view-state. This contract is weak, but at the moment cockpit framework does not define any "view state" representation, so an ad-hoc solution is employed here.