Class AbstractExportColumn
java.lang.Object
ch.tocco.nice2.reporting.impl.action.export.column.AbstractExportColumn
- All Implemented Interfaces:
ExportColumn
- Direct Known Subclasses:
EntityExportColumn
,FieldExportColumn
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.reporting.api.action.export.ExportColumn
ExportColumn.IndexRegistry
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract String
evaluateStringValue
(Object value) getLabel()
getValueAsString
(Object[] row, ExportColumn.IndexRegistry indexRegistry) 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
getTypedValue, initialize
-
Field Details
-
path
-
label
-
isToMany
protected final boolean isToMany
-
-
Constructor Details
-
AbstractExportColumn
-
-
Method Details
-
getImportPath
- Specified by:
getImportPath
in interfaceExportColumn
- Returns:
- path to use to re-import this column
-
getQueryPath
- Specified by:
getQueryPath
in interfaceExportColumn
- Returns:
- path that needs to be requested from the database
-
getLabel
- Specified by:
getLabel
in interfaceExportColumn
-
getValueAsString
- Specified by:
getValueAsString
in interfaceExportColumn
-
evaluateStringValue
-