Interface ComponentModelPopulator<T>

  • Type Parameters:
    T - Type of the returned model

    public interface ComponentModelPopulator<T>
    Interface for generation of models required by UI components.
    • Method Detail

      • createModel

        T createModel​(CockpitContext context)
        Method used to create the model using the provided context.
        Parameters:
        context - creation context
        Returns:
        requested model