Class EvaluationSourceDataProvider
java.lang.Object
ch.tocco.nice2.optional.evaluation.impl.customdata.EvaluationSourceDataProvider
- All Implemented Interfaces:
CustomDataProvider
-
Constructor Summary
ConstructorDescriptionEvaluationSourceDataProvider
(TypeManager typeManager, CommandExecutor commandExecutor, DefaultDisplayService defaultDisplayService) -
Method Summary
Modifier and TypeMethodDescriptionCollects the custom data for this field and returns it as aTypedValue
.
-
Constructor Details
-
EvaluationSourceDataProvider
public EvaluationSourceDataProvider(TypeManager typeManager, CommandExecutor commandExecutor, DefaultDisplayService defaultDisplayService)
-
-
Method Details
-
getData
Description copied from interface:CustomDataProvider
Collects the custom data for this field and returns it as aTypedValue
.- Specified by:
getData
in interfaceCustomDataProvider
- Parameters:
evaluationPartyAssignment
- The current entity, which gets loaded in the grid or form (is null in create scope).- Returns:
- a
TypedValue
containing the custom data for this field.
-