Module com.iamsoft.util.ui
Package com.iamsoft.util.ui.javafx.table
Interface AsyncFormulaColExtension<S,T>
- All Superinterfaces:
FormulaColExtension<S,T>
- All Known Implementing Classes:
AsyncFormulaCol,AsyncFormulaTreeCol
-
Property Summary
Properties inherited from interface com.iamsoft.util.ui.javafx.table.FormulaColExtension
formula, referencedColPredicate, text -
Field Summary
Fields inherited from interface com.iamsoft.util.ui.javafx.table.FormulaColExtension
LOG -
Method Summary
Modifier and TypeMethodDescriptiondefault <V> VMethods inherited from interface com.iamsoft.util.ui.javafx.table.FormulaColExtension
calcValue, createDepObservable, createValue, createValue, formulaProperty, getAdditionalVars, getColumn, getDependencyColumns, getFormula, getFormulaColSupport, getLanguage, getLanguageId, getLanguageName, getReferencedColPredicate, getText, referencedColPredicateProperty, sanitizeVariableName, setFormula, setText, textProperty
-
Method Details
-
getScriptExecutor
ScriptExecutor getScriptExecutor() -
getExecutor
- Specified by:
getExecutorin interfaceFormulaColExtension<S,T>
-
eval
- Specified by:
evalin interfaceFormulaColExtension<S,T>
-