Interface ScopedModelDriven<T>

All Superinterfaces:
ModelDriven<T>

public interface ScopedModelDriven<T> extends ModelDriven<T>
Adds the ability to set a model, probably retrieved from a given state.
  • Method Details

    • setModel

      void setModel(T model)
      Parameters:
      model - sets the model
    • setScopeKey

      void setScopeKey(String key)
      Sets the key under which the model is stored
      Parameters:
      key - The model key
    • getScopeKey

      String getScopeKey()
      Returns:
      the key under which the model is stored