Interface UIComponentConfigurationFactory<T extends UIComponentConfiguration>

    • Method Detail

      • createDefault

        T createDefault​(ObjectTemplate objectTemplate)
        Creates a default ui component configuration for the given template
        Parameters:
        objectTemplate - the object template to create the configuration from
        Returns:
        the configuration
      • getComponentClass

        java.lang.Class<T> getComponentClass()
        The class of configurations created by this factories
        Returns:
        the class of configurations created by this factories