Class FieldExportColumn
java.lang.Object
ch.tocco.nice2.reporting.impl.action.export.column.AbstractExportColumn
ch.tocco.nice2.reporting.impl.action.export.column.FieldExportColumn
- All Implemented Interfaces:
ExportColumn
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.reporting.api.action.export.ExportColumn
ExportColumn.IndexRegistry
-
Field Summary
Fields inherited from class ch.tocco.nice2.reporting.impl.action.export.column.AbstractExportColumn
isToMany, label, path
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
evaluateStringValue
(Object value) Optional
<TypedValue<?>> getTypedValue
(Object[] row, ExportColumn.IndexRegistry indexRegistry) Methods inherited from class ch.tocco.nice2.reporting.impl.action.export.column.AbstractExportColumn
getImportPath, getLabel, getQueryPath, getValueAsString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.reporting.api.action.export.ExportColumn
initialize
-
Constructor Details
-
FieldExportColumn
-
-
Method Details
-
getTypedValue
public Optional<TypedValue<?>> getTypedValue(Object[] row, ExportColumn.IndexRegistry indexRegistry) -
evaluateStringValue
- Specified by:
evaluateStringValue
in classAbstractExportColumn
-