Class ExportContextKeys

Object
ExportContextKeys

@ExperimentalApi public final class ExportContextKeys extends Object

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.

See Also:
  • Constructor Details

    • ExportContextKeys

      public ExportContextKeys()