Uses of Class
adalid.core.ReportGroup
-
Packages that use ReportGroup Package Description adalid.core -
-
Uses of ReportGroup in adalid.core
Methods in adalid.core that return ReportGroup Modifier and Type Method Description static ReportGroupReportGroup. addReportGroup(Report report)static ReportGroupReportGroup. addReportGroup(Report report, int sequence)static ReportGroupReportGroup. addReportGroup(Report report, View view)static ReportGroupReportGroup. addReportGroup(Report report, ViewField field, int sequence)ReportGroupReport. getDetailGroup()ReportGroupReport. getLastControlGroup()ReportGroupReport. getPenultimateControlGroup()ReportGroupReportField. getReportGroup()Methods in adalid.core that return types with arguments of type ReportGroup Modifier and Type Method Description List<ReportGroup>Report. getGroups()Map<ViewField,ReportGroup>Report. getGroupsMap()Methods in adalid.core with parameters of type ReportGroup Modifier and Type Method Description intReportGroup. compareTo(ReportGroup that)
-