Annotation Interface TableBandDef


@Target(METHOD) @Retention(RUNTIME) public @interface TableBandDef
Part of the table template definition. Represents a report band whose data needs to be displayed in the resulting table.
Model object is TemplateTableBand.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Name of a report band declared in the current report definition.
    Columns displaying fields from the band.
  • Element Details

    • bandName

      String bandName
      Name of a report band declared in the current report definition.
    • columns

      TableColumnDef[] columns
      Columns displaying fields from the band.