T - the PDO type@FxControllerService(binding=NO) public class DefaultPdoFinder<T extends PersistentDomainObject<T>> extends PdoFinder<T>
| Constructor and Description |
|---|
DefaultPdoFinder() |
| Modifier and Type | Method and Description |
|---|---|
T |
getPdo() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<javafx.event.ActionEvent>> |
getSearchActionProperty()
Gets the search action property.
|
void |
initialize(URL location,
ResourceBundle resources) |
boolean |
isVisible()
Returns whether the finder is visible.
|
void |
requestInitialFocus()
Requests the initial focus after stage is shown.
|
javafx.collections.ObservableList<T> |
runSearch()
Runs the search.
|
void |
setPdo(T pdo) |
createTotals, createTotalsTableView, getDomainContext, isSearchRunningImmediately, isSearchRunningInBackground, setSearchRunningImmediately, setSearchRunningInBackground, setVisibleconfigure, createBinder, getBinder, getContainer, getDefaultScopes, getFXMLFields, getFXMLMethods, getStage, getView, setView, validateInjectionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waiton, oppublic javafx.collections.ObservableList<T> runSearch()
PdoFinderrunSearch in class PdoFinder<T extends PersistentDomainObject<T>>public void initialize(URL location, ResourceBundle resources)
initialize in interface javafx.fxml.Initializableinitialize in class AbstractFxControllerpublic T getPdo()
public void setPdo(T pdo)
public boolean isVisible()
PdoFinderisVisible in class PdoFinder<T extends PersistentDomainObject<T>>public void requestInitialFocus()
PdoFinderrequestInitialFocus in class PdoFinder<T extends PersistentDomainObject<T>>public javafx.beans.property.ObjectProperty<javafx.event.EventHandler<javafx.event.ActionEvent>> getSearchActionProperty()
PdoFindergetSearchActionProperty in class PdoFinder<T extends PersistentDomainObject<T>>Tentackle - distributed, domain- and model-driven