java.lang.Object
org.tentackle.fx.FxUtilities
org.tentackle.fx.rdc.RdcFxUtilities
FxUtilities for RDC.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyStylesheets(javafx.scene.Scene scene) protected <T extends PersistentDomainObject<T>>
booleanisPdoTypeInParentPath(PdoTreeItem<T> treeItem) Sames asisValueInParentPath(TreeItem)but for PDO tree items.<T> booleanisValueInParentPath(javafx.scene.control.TreeItem<T> treeItem) Methods inherited from class org.tentackle.fx.FxUtilities
applyBindingOption, applyBindingOption, applyBindingOptions, applyBindingOptions, browse, closeStageHierarchy, collapseAll, collapseAll, computeScrollToCentered, createInteractiveError, createInteractiveErrors, determineAlignedStageLocation, determineCenteredLocation, determinePreferredStageLocation, dumpComponentHierarchy, edit, expandAll, filterKeys, focusGained, focusLost, getAllShowingStages, getBindingOption, getCsvSeparator, getDefaultTextAreaColumns, getHelpURL, getInstance, getPrefixSelectionTimeout, getStage, getVirtualFlow, isLenientMoneyInput, isModal, print, registerWindowEventFilters, remapKeys, resizeColumnsToFitContent, resizeColumnsToFitContent, run, runAndWait, setAlertMessage, setHelpURL, setupFocusHandling, showErrorDialog, showErrorPopup, showHelp, showInfoDialog, showInfoPopup, showQuestionDialog, showValidationResults, showWarningDialog
-
Constructor Details
-
RdcFxUtilities
public RdcFxUtilities()
-
-
Method Details
-
applyStylesheets
public void applyStylesheets(javafx.scene.Scene scene) - Overrides:
applyStylesheetsin classFxUtilities
-
isValueInParentPath
public <T> boolean isValueInParentPath(javafx.scene.control.TreeItem<T> treeItem) - Overrides:
isValueInParentPathin classFxUtilities
-
isPdoTypeInParentPath
protected <T extends PersistentDomainObject<T>> boolean isPdoTypeInParentPath(PdoTreeItem<T> treeItem) Sames asisValueInParentPath(TreeItem)but for PDO tree items.- Type Parameters:
T- the PDO type- Parameters:
treeItem- the PDO tree item- Returns:
- true if PDO type is in path
-