Class RdcFxUtilities


  • @Service(org.tentackle.fx.FxUtilities.class)
    public class RdcFxUtilities
    extends org.tentackle.fx.FxUtilities
    FxUtilities for RDC.
    • Constructor Summary

      Constructors 
      Constructor Description
      RdcFxUtilities()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void applyStylesheets​(javafx.scene.Scene scene)  
      protected <T extends org.tentackle.pdo.PersistentDomainObject<T>>
      boolean
      isPdoTypeInParentPath​(PdoTreeItem<T> treeItem)
      Sames as isValueInParentPath(TreeItem) but for PDO tree items.
      <T> boolean isValueInParentPath​(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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RdcFxUtilities

        public RdcFxUtilities()
    • Method Detail

      • applyStylesheets

        public void applyStylesheets​(javafx.scene.Scene scene)
        Overrides:
        applyStylesheets in class org.tentackle.fx.FxUtilities
      • isValueInParentPath

        public <T> boolean isValueInParentPath​(javafx.scene.control.TreeItem<T> treeItem)
        Overrides:
        isValueInParentPath in class org.tentackle.fx.FxUtilities
      • isPdoTypeInParentPath

        protected <T extends org.tentackle.pdo.PersistentDomainObject<T>> boolean isPdoTypeInParentPath​(PdoTreeItem<T> treeItem)
        Sames as isValueInParentPath(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