@ExperimentalApi public final class ExportContextKeys extends AttributeContextKeys
This class contains keys for the AttributeContext.getObject(Object)
method that can be used to retrieve
various objects needed to perform advanced tasks. For example, you can retrieve Apache POI model instanced to
do low-level manipulations in your column's Excel export renderer.
The values are provided by Structure, and you cannot overwrite them, as the keys are read-only.
AttributeContext
,
ExportRequestContext
,
ExportRenderContext
Modifier and Type | Class and Description |
---|---|
static class |
ExportContextKeys.Excel
Keys for Excel export requests.
|
static class |
ExportContextKeys.Export
Keys for all export requests.
|
AttributeContextKeys.AttributeData
Constructor and Description |
---|
ExportContextKeys() |
Copyright © 2017 ALM Works. All Rights Reserved.