Uses of Class
io.vertigo.studio.notebook.domain.ComputedExpression
-
Packages that use ComputedExpression Package Description io.vertigo.studio.notebook.domain -
-
Uses of ComputedExpression in io.vertigo.studio.notebook.domain
Methods in io.vertigo.studio.notebook.domain that return ComputedExpression Modifier and Type Method Description ComputedExpressionDtSketchField. getComputedExpression()Expression dans le cas d'un champ calculé.Methods in io.vertigo.studio.notebook.domain with parameters of type ComputedExpression Modifier and Type Method Description DtSketchBuilderDtSketchBuilder. addComputedField(String fieldName, String label, DomainSketch domainSketch, io.vertigo.core.lang.Cardinality cardinality, ComputedExpression computedExpression)Adds a computed field.
-