Uses of Class
org.tentackle.fx.rdc.search.PdoSearch
-
Packages that use PdoSearch Package Description org.tentackle.fx.rdc FX rich desktop client API. -
-
Uses of PdoSearch in org.tentackle.fx.rdc
Methods in org.tentackle.fx.rdc that return PdoSearch Modifier and Type Method Description <T extends org.tentackle.pdo.PersistentDomainObject<T>>
PdoSearch<T>DefaultRdcFactory. createPdoSearch(T pdo)static <T extends org.tentackle.pdo.PersistentDomainObject<T>>
PdoSearch<T>Rdc. createPdoSearch(T pdo)Creates a search controller for a pdo.<T extends org.tentackle.pdo.PersistentDomainObject<T>>
PdoSearch<T>RdcFactory. createPdoSearch(T pdo)Creates a search controller for a pdo.static <T extends org.tentackle.pdo.PersistentDomainObject<T>>
PdoSearch<T>Rdc. getSearch(T pdo, javafx.stage.Modality modality, javafx.stage.Window owner)Gets a search controller for a PDO.<T extends org.tentackle.pdo.PersistentDomainObject<T>>
PdoSearch<T>RdcUtilities. getSearch(T pdo, javafx.stage.Modality modality, javafx.stage.Window owner)Gets a search controller for a PDO.Method parameters in org.tentackle.fx.rdc with type arguments of type PdoSearch Modifier and Type Method Description static <T extends org.tentackle.pdo.PersistentDomainObject<T>>
javafx.collections.ObservableList<T>Rdc. displaySearchStage(T pdo, javafx.stage.Modality modality, javafx.stage.Window owner, boolean createPdoAllowed, java.util.function.Consumer<PdoSearch<T>> configurator)Searches for PDOs in a separate window.<T extends org.tentackle.pdo.PersistentDomainObject<T>>
javafx.collections.ObservableList<T>RdcUtilities. displaySearchStage(T pdo, javafx.stage.Modality modality, javafx.stage.Window owner, boolean createPdoAllowed, java.util.function.Consumer<PdoSearch<T>> configurator)Searches for PDOs in a separate window.
-