Package adalid.core

Class Report

    • Method Detail

      • getView

        public View getView()
        Returns:
        the view
      • getPageFormat

        public PageFormat getPageFormat()
      • getPaperSize

        public String getPaperSize()
      • isLandscapeOrientation

        public boolean isLandscapeOrientation()
      • isPortraitOrientation

        public boolean isPortraitOrientation()
      • getColumnWidth

        public int getColumnWidth()
      • getPageWidth

        public int getPageWidth()
      • getPageHeight

        public int getPageHeight()
      • getTopMargin

        public int getTopMargin()
      • getBottomMargin

        public int getBottomMargin()
      • getLeftMargin

        public int getLeftMargin()
      • getRightMargin

        public int getRightMargin()
      • getTitle

        public String getTitle()
      • getInterFieldGapWidth

        public int getInterFieldGapWidth()
        Returns:
        the inter field gap width
      • getGroups

        public List<ReportGroup> getGroups()
        Returns:
        the groups list
      • getDetailGroup

        public ReportGroup getDetailGroup()
        Returns:
        the detail group
      • getLastControlGroup

        public ReportGroup getLastControlGroup()
        Returns:
        the last control group
      • getPenultimateControlGroup

        public ReportGroup getPenultimateControlGroup()
        Returns:
        the penultimate control group
      • isCountAtHand

        public boolean isCountAtHand()
      • isMinAtHand

        public boolean isMinAtHand()
      • isMaxAtHand

        public boolean isMaxAtHand()
      • isSumAtHand

        public boolean isSumAtHand()
      • isAverageAtHand

        public boolean isAverageAtHand()
      • isDeviationAtHand

        public boolean isDeviationAtHand()
      • addAggregates

        public void addAggregates()
      • getAggregateFunctionName

        public String getAggregateFunctionName​(String aggregation)