Interface Report.Column

Enclosing interface:
Report

public static interface Report.Column
One column within a report result.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the display alignment of this column.
    Gets a display label for this column in the user locale.
    Gets the constant name of this column.
  • Method Details

    • getName

      String getName()
      Gets the constant name of this column.
    • getLabel

      String getLabel()
      Gets a display label for this column in the user locale.
    • getAlignment

      Report.Alignment getAlignment()
      Gets the display alignment of this column.