Annotation Interface TableColumnDef


@Target(METHOD) @Retention(RUNTIME) public @interface TableColumnDef
Part of the table template definition. Represents a column in the resulting table that takes its values from a band data by key.
Model object is TemplateTableColumn.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Column caption.
    Name of a dataset property, used to fetch values from the band data.
  • Element Details

    • key

      String key
      Name of a dataset property, used to fetch values from the band data.
    • caption

      String caption
      Column caption.
      Use msg:// format if localization is required. Default message group is inferred from the declaration class's package.