Interface IComponentAssignedModel<T>

    • Method Detail

      • wrapOnAssignment

        IWrapModel<TwrapOnAssignment​(Component component)
        This method is called when the component gets its model assigned. WARNING: Because the model can be assigned in the constructor of component this method can also be called with a 'this' of a component that is not fully constructed yet.
        Parameters:
        component -
        Returns:
        The WrapModel that wraps this model