Uses of Record Class
lib.aide.tabular.TabularRowsRequest.ColumnVO
Packages that use TabularRowsRequest.ColumnVO
-
Uses of TabularRowsRequest.ColumnVO in lib.aide.tabular
Methods in lib.aide.tabular that return types with arguments of type TabularRowsRequest.ColumnVOModifier and TypeMethodDescriptionTabularRowsRequest.pivotCols()
Returns the value of thepivotCols
record component.TabularRowsRequest.rowGroupCols()
Returns the value of therowGroupCols
record component.TabularRowsRequest.valueCols()
Returns the value of thevalueCols
record component.Constructor parameters in lib.aide.tabular with type arguments of type TabularRowsRequest.ColumnVOModifierConstructorDescriptionTabularRowsRequest
(int startRow, int endRow, Map<String, TabularRowsRequest.FilterModel> filterModel, List<TabularRowsRequest.ColumnVO> valueCols, List<TabularRowsRequest.ColumnVO> rowGroupCols, boolean pivotMode, List<TabularRowsRequest.ColumnVO> pivotCols, List<String> groupKeys, List<TabularRowsRequest.SortModel> sortModel, Map<String, Object> requestContext, List<TabularRowsRequest.RangeSelection> rangeSelection, List<TabularRowsRequest.AggregationFunction> aggregationFunctions) Creates an instance of aTabularRowsRequest
record class.