Class ExportedProperty
java.lang.Object
net.sf.basedb.clients.web.plugins.ExportedProperty
- Version:
- 2.2
- Author:
- nicklas
- Last modified
- $Date: 2024-06-14 08:38:29 +0200 (Fri, 14 Jun 2024) $
-
Field Summary
Modifier and TypeFieldDescriptionfinal AnnotationType
final DataLoader
final ExcelFormatter
final Formatter
final boolean
final String
final Metadata.PropertyPath
final String
final Unit
-
Constructor Summary
ModifierConstructorDescriptionprivate
ExportedProperty
(String name, String title, Metadata.PropertyPath propertyPath, AnnotationType annotationType, boolean loadInherited, Unit unit, Formatter formatter, ExcelFormatter excelFormatter, DataLoader dataloader) -
Method Summary
Modifier and TypeMethodDescriptionstatic ExportedProperty
createExportedProperty
(String path, String title, Metadata metadata, Formatter formatter, ExcelFormatter excelFormatter) static ExportedProperty
parse
(DbControl dc, Metadata metadata, String column, String columnPrefix, boolean annotatable, Formatter formatter, ExcelFormatter excelFormatter, Formatter<Boolean> booleanFormat, boolean sameUnits, DataLoader dataloader)
-
Field Details
-
name
-
title
-
annotationType
-
loadInherited
public final boolean loadInherited -
unit
-
formatter
-
excelFormatter
-
dataloader
-
propertyPath
-
-
Constructor Details
-
ExportedProperty
private ExportedProperty(String name, String title, Metadata.PropertyPath propertyPath, AnnotationType annotationType, boolean loadInherited, Unit unit, Formatter formatter, ExcelFormatter excelFormatter, DataLoader dataloader) - Since:
- 3.15
-
-
Method Details
-
createExportedProperty
public static ExportedProperty createExportedProperty(String path, String title, Metadata metadata, Formatter formatter, ExcelFormatter excelFormatter) -
parse
public static ExportedProperty parse(DbControl dc, Metadata metadata, String column, String columnPrefix, boolean annotatable, Formatter formatter, ExcelFormatter excelFormatter, Formatter<Boolean> booleanFormat, boolean sameUnits, DataLoader dataloader) - Since:
- 2.15
-