Interface IWrapModel<T>

  • Type Parameters:
    T - the generic type of the model object
    All Superinterfaces:
    Attachable, IDetachable, IModel<T>, java.io.Serializable

    public interface IWrapModel<T>
    extends IModel<T>
    The marker interface IWrapModel represents a model that serves as a decorator for another.
    • Method Detail

      • getWrappedModel

        IModel<?> getWrappedModel()
        Gets the wrapped model.
        Returns:
        the wrapped model