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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetPdo(T pdo)Sets the PDO.-
Methods inherited from interface org.tentackle.fx.FxController
configure, getBinder, getContainer, getFXMLFields, getFXMLMethods, getStage, getView, setView, validateInjections
-
Methods inherited from interface org.tentackle.pdo.PdoProvider
getPdo, on
-
-
-
-
Method Detail
-
setPdo
void setPdo(T pdo)
Sets the PDO.- Parameters:
pdo- the pdo
-
-