- java.lang.Object
-
- org.tentackle.fx.FxUtilities
-
- org.tentackle.fx.rdc.RdcFxUtilities
-
@Service(org.tentackle.fx.FxUtilities.class) public class RdcFxUtilities extends org.tentackle.fx.FxUtilitiesFxUtilitiesfor RDC.
-
-
Constructor Summary
Constructors Constructor Description RdcFxUtilities()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyStylesheets(javafx.scene.Scene scene)protected <T extends org.tentackle.pdo.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, closeStageHierarchy, collapseAll, collapseAll, computeScrollToCentered, createInteractiveError, createInteractiveErrors, determineAlignedStageLocation, determineCenteredLocation, determinePreferredStageLocation, dumpComponentHierarchy, expandAll, filterKeys, focusGained, focusLost, getAllShowingStages, getBindingOption, getCsvSeparator, getDefaultTextAreaColumns, getInstance, getPrefixSelectionTimeout, getStage, getVirtualFlow, isLenientMoneyInput, isModal, print, registerWindowEventFilters, remapKeys, resizeColumnsToFitContent, resizeColumnsToFitContent, runAndWait, setAlertMessage, setupFocusHandling, showErrorDialog, showErrorPopup, showHelp, showInfoDialog, showInfoPopup, showQuestionDialog, showValidationResults, showWarningDialog
-
-
-
-
Method Detail
-
applyStylesheets
public void applyStylesheets(javafx.scene.Scene scene)
- Overrides:
applyStylesheetsin classorg.tentackle.fx.FxUtilities
-
isValueInParentPath
public <T> boolean isValueInParentPath(javafx.scene.control.TreeItem<T> treeItem)
- Overrides:
isValueInParentPathin classorg.tentackle.fx.FxUtilities
-
isPdoTypeInParentPath
protected <T extends org.tentackle.pdo.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
-
-