Package adalid.core

Class Report

    • Method Detail

      • getView

        public View getView()
        Returns:
        the view
      • 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)