Uses of Class
org.teamapps.ux.component.groupingview.GroupingType
| Package | Description |
|---|---|
| org.teamapps.ux.component.groupingview |
-
Uses of GroupingType in org.teamapps.ux.component.groupingview
Methods in org.teamapps.ux.component.groupingview that return GroupingType Modifier and Type Method Description static GroupingTypeGroupingType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GroupingType[]GroupingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.groupingview with parameters of type GroupingType Modifier and Type Method Description intGroupingViewModel. getCount(java.lang.String groupingFieldName, GroupingType groupingType)java.util.List<GroupingViewModel.GroupValue>GroupingViewModel. getRecords(java.lang.String groupingFieldName, GroupingType groupingType, int start, int length, java.util.List<java.lang.String> fieldNames)