Uses of Class
adalid.core.enums.ViewFieldAggregation
-
Packages that use ViewFieldAggregation Package Description adalid.core adalid.core.enums adalid.core.interfaces adalid.core.programmers -
-
Uses of ViewFieldAggregation in adalid.core
Methods in adalid.core that return ViewFieldAggregation Modifier and Type Method Description ViewFieldAggregationReportField. getAggregation()ViewFieldAggregationViewField. getAggregation()Methods in adalid.core that return types with arguments of type ViewFieldAggregation Modifier and Type Method Description Set<ViewFieldAggregation>Report. getAggregations()Methods in adalid.core with parameters of type ViewFieldAggregation Modifier and Type Method Description booleanReportField. aggregationAtHand(ViewFieldAggregation aggregation)ViewFieldView. newDetailField(Property column, ViewFieldAggregation aggregation)El método newDetailField se utiliza para agregar propiedades de detalle a la vista.ViewFieldView. newDetailField(Property column, ViewFieldAggregation aggregation, SortOption sort)El método newDetailField se utiliza para agregar propiedades de detalle a la vista. -
Uses of ViewFieldAggregation in adalid.core.enums
Methods in adalid.core.enums that return ViewFieldAggregation Modifier and Type Method Description static ViewFieldAggregationViewFieldAggregation. valueOf(String name)Returns the enum constant of this type with the specified name.static ViewFieldAggregation[]ViewFieldAggregation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ViewFieldAggregation in adalid.core.interfaces
Methods in adalid.core.interfaces with parameters of type ViewFieldAggregation Modifier and Type Method Description StringSqlProgrammer. getSqlFunctionName(ViewFieldAggregation aggregation) -
Uses of ViewFieldAggregation in adalid.core.programmers
Methods in adalid.core.programmers with parameters of type ViewFieldAggregation Modifier and Type Method Description StringAbstractSqlProgrammer. getSqlFunctionName(ViewFieldAggregation aggregation)
-