Uses of Interface
org.kuali.rice.krad.uif.view.ExpressionEvaluator
Packages that use ExpressionEvaluator
Package
Description
-
Uses of ExpressionEvaluator in org.kuali.rice.krad.uif.container
Methods in org.kuali.rice.krad.uif.container with parameters of type ExpressionEvaluatorModifier and TypeMethodDescriptionprotected StringLightTable.evaluateAndReplaceExpressionValues(String row, int index, Object model, Map<String, Object> expandedContext, Pattern expressionPattern, ExpressionEvaluator expressionEvaluator) Evaluate expressions and replace content found by the expressionPattern in the rowprotected StringLightTable.evaluateRenderExpressions(String row, int index, Object model, Map<String, Object> expandedContext, ExpressionEvaluator expressionEvaluator) Evaluates the render expressions for the row and removes the content if render is evaluated false -
Uses of ExpressionEvaluator in org.kuali.rice.krad.uif.layout.collections
Methods in org.kuali.rice.krad.uif.layout.collections with parameters of type ExpressionEvaluatorModifier and TypeMethodDescriptionprotected voidCollectionLayoutManagerBase.addEnterKeyDataAttributeToGroup(Group group, Map<String, Object> lineContext, ExpressionEvaluator expressionEvaluator, String enterKeyAction) Method to add and enter key add to the given Group. -
Uses of ExpressionEvaluator in org.kuali.rice.krad.uif.lifecycle
Methods in org.kuali.rice.krad.uif.lifecycle that return ExpressionEvaluatorModifier and TypeMethodDescriptionAsynchronousViewLifecycleProcessor.getExpressionEvaluator()Returns an instance ofExpressionEvaluatorthat can be used for evaluating expressions contained on the view.SynchronousViewLifecycleProcessor.getExpressionEvaluator()Returns an instance ofExpressionEvaluatorthat can be used for evaluating expressions contained on the view.static ExpressionEvaluatorViewLifecycle.getExpressionEvaluator()Return an instance ofExpressionEvaluatorthat can be used for evaluating expressions contained on the viewViewLifecycleProcessor.getExpressionEvaluator()Returns an instance ofExpressionEvaluatorthat can be used for evaluating expressions contained on the view. -
Uses of ExpressionEvaluator in org.kuali.rice.krad.uif.view
Classes in org.kuali.rice.krad.uif.view that implement ExpressionEvaluatorModifier and TypeClassDescriptionclassEvaluates expression language statements using the Spring EL engineMethods in org.kuali.rice.krad.uif.view that return ExpressionEvaluatorModifier and TypeMethodDescriptionDefaultExpressionEvaluatorFactory.createExpressionEvaluator()Creates a new instance ofExpressionEvaluator.ExpressionEvaluatorFactory.createExpressionEvaluator()Creates a new instance ofExpressionEvaluator. -
Uses of ExpressionEvaluator in org.kuali.rice.krad.util
Methods in org.kuali.rice.krad.util with parameters of type ExpressionEvaluatorModifier and TypeMethodDescriptionstatic StringKRADUtils.generateRowCssClassString(Map<String, String> conditionalRowCssClasses, int lineIndex, boolean isOdd, Map<String, Object> lineContext, ExpressionEvaluator expressionEvaluator) Get the rowCss for the line specified, by evaluating the conditionalRowCssClasses map for that row