Class BinarySizeCustomDataProvider
java.lang.Object
ch.tocco.nice2.dms.impl.customdataprovider.BinarySizeCustomDataProvider
- All Implemented Interfaces:
CustomDataProvider
-
Constructor Summary
ConstructorDescriptionBinarySizeCustomDataProvider
(TypeManager typeManager, SizeEvaluationService sizeEvaluationService, SecurityManager securityManager) -
Method Summary
Modifier and TypeMethodDescriptionCollects the custom data for this field and returns it as aTypedValue
.
-
Constructor Details
-
BinarySizeCustomDataProvider
public BinarySizeCustomDataProvider(TypeManager typeManager, SizeEvaluationService sizeEvaluationService, SecurityManager securityManager)
-
-
Method Details
-
getData
public CustomDataValue<String> getData(@Nullable @Nullable Entity entity) throws CustomDataProviderException Description copied from interface:CustomDataProvider
Collects the custom data for this field and returns it as aTypedValue
.- Specified by:
getData
in interfaceCustomDataProvider
- Parameters:
entity
- 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. - Throws:
CustomDataProviderException
- in case of error.
-