Interface PdoController<T extends org.tentackle.pdo.PersistentDomainObject<T>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T getPdo()
      Gets the PDO.
      void setPdo​(T pdo)
      Sets the PDO.
      • Methods inherited from interface org.tentackle.fx.FxController

        configure, getBinder, getContainer, getFXMLFields, getFXMLMethods, getStage, getView, setView, validateInjections
    • Method Detail

      • setPdo

        void setPdo​(T pdo)
        Sets the PDO.
        Parameters:
        pdo - the pdo
      • getPdo

        T getPdo()
        Gets the PDO.
        Returns:
        the pdo