Skip to content

Commit

Permalink
feat: add GxColumn.setTooltipValueGetterExpressio(BBjString)
Browse files Browse the repository at this point in the history
the new method allow setting an expression as string direcly wihout init
a new `GxExpression`
  • Loading branch information
hyyan committed Mar 24, 2020
1 parent 837e99d commit 58fb6d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions GxColumns.bbj
Expand Up @@ -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
Expand Down

0 comments on commit 58fb6d9

Please sign in to comment.