Interface IChainingModel<T>

    • Method Detail

      • getChainedModel

        IModel<?> getChainedModel()
        Gets the chained model.
        Returns:
        the chained model
      • setChainedModel

        void setChainedModel​(IModel<?> model)
        Sets the chained model.
        Parameters:
        model - the new chained model