From 58fb6d96e3c6ec116d61b155d47f2183838927cb Mon Sep 17 00:00:00 2001 From: Hyyan Abo Fakher Date: Tue, 24 Mar 2020 17:29:34 +0100 Subject: [PATCH] feat: add `GxColumn.setTooltipValueGetterExpressio(BBjString)` the new method allow setting an expression as string direcly wihout init a new `GxExpression` --- GxColumns.bbj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/GxColumns.bbj b/GxColumns.bbj index cdd1225f..38e2eee2 100644 --- a/GxColumns.bbj +++ b/GxColumns.bbj @@ -730,6 +730,14 @@ class public GxDefaultColumnDefinition extends GxColumnDefinition #ValueParserExpression! = new GxExpression(expression!) methodend rem /** + rem * Create a GxExpression from string and set it as tooltip value getter + rem * + rem * @param BBjString expression! Javascript expression + rem */ + method public void setTooltipValueGetterExpression(BBjString expression!) + #TooltipValueGetterExpression! = new GxExpression(expression!) + methodend + rem /** rem * Set the allowd aggregation functions allowed on this column rem * rem * @param BBjString funcs! comma separated functinos