Package bld.generator.report.excel
Interface DynamicColumn
- All Known Implementing Classes:
DynamicChart,SheetDynamicData,SheetDynamicFunctionTotal
public interface DynamicColumn
The Interface DynamicColumn.
This insterface is implemented by classes that manage the dynamic columns:
This insterface is implemented by classes that manage the dynamic columns:
-
Method Summary
Modifier and TypeMethodDescriptionGets the map extra column annotation.voidsetMapExtraColumnAnnotation(Map<String, ExtraColumnAnnotation> mapExtraColumnAnnotation) Sets the map extra column annotation.
-
Method Details
-
getMapExtraColumnAnnotation
Map<String,ExtraColumnAnnotation> getMapExtraColumnAnnotation()Gets the map extra column annotation.- Returns:
- the map extra column annotation
-
setMapExtraColumnAnnotation
Sets the map extra column annotation.- Parameters:
mapExtraColumnAnnotation- the map extra column annotation
-