Module org.tentackle.fx.rdc
Package org.tentackle.fx.rdc
Interface PdoController<T extends PersistentDomainObject<T>>
- Type Parameters:
T- the pdo type
- All Superinterfaces:
FxController,PdoProvider<T>
- All Known Implementing Classes:
DefaultPdoEditor,DefaultPdoFinder,PdoCrud,PdoEditor,PdoFinder,PdoSearch,PdoViewer,SecurityEditor
public interface PdoController<T extends PersistentDomainObject<T>>
extends FxController, PdoProvider<T>
FX controller for a persistent domain object.
-
Method Summary
Methods inherited from interface org.tentackle.fx.FxController
configure, getBinder, getContainer, getFXMLFields, getFXMLMethods, getStage, getView, setView, validateInjectionsMethods inherited from interface org.tentackle.pdo.PdoProvider
getPdo, on
-
Method Details
-
setPdo
Sets the PDO.- Parameters:
pdo- the pdo
-