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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringevaluateStringValue(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, getValueAsStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
evaluateStringValuein classAbstractExportColumn
-