Class DefaultGuiProviderFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T extends org.tentackle.pdo.PersistentDomainObject<T>>
      GuiProvider<T>
      createGuiProvider​(T pdo)
      Creates a service object that provides methods related to the rdc gui.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultGuiProviderFactory

        public DefaultGuiProviderFactory()
        Creates the factory.
    • Method Detail

      • createGuiProvider

        public <T extends org.tentackle.pdo.PersistentDomainObject<T>> GuiProvider<T> createGuiProvider​(T pdo)
        Description copied from interface: GuiProviderFactory
        Creates a service object that provides methods related to the rdc gui.
        Specified by:
        createGuiProvider in interface GuiProviderFactory
        Type Parameters:
        T - the PDO's class
        Parameters:
        pdo - the PDO
        Returns:
        the service object