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 ExportColumn
ExportColumn.IndexRegistry -
Field Summary
Fields inherited from class 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 AbstractExportColumn
getImportPath, getLabel, getQueryPath, getValueAsStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ExportColumn
initialize
-
Constructor Details
-
FieldExportColumn
-
-
Method Details
-
getTypedValue
public Optional<TypedValue<?>> getTypedValue(Object[] row, ExportColumn.IndexRegistry indexRegistry) -
evaluateStringValue
- Specified by:
evaluateStringValuein classAbstractExportColumn
-