Uses of Class
tilda.parsing.parts.ViewPivotAggregate
-
Packages that use ViewPivotAggregate Package Description tilda.parsing.parts tilda.parsing.parts.helpers -
-
Uses of ViewPivotAggregate in tilda.parsing.parts
Fields in tilda.parsing.parts with type parameters of type ViewPivotAggregate Modifier and Type Field Description java.util.List<ViewPivotAggregate>ViewPivot. _AggregatesMethod parameters in tilda.parsing.parts with type arguments of type ViewPivotAggregate Modifier and Type Method Description booleanViewPivotValue. validate(ParserSession PS, View ParentView, ViewPivot pivots, java.util.List<ViewPivotAggregate> aggregates)Constructors in tilda.parsing.parts with parameters of type ViewPivotAggregate Constructor Description ViewPivotAggregate(ViewPivotAggregate from) -
Uses of ViewPivotAggregate in tilda.parsing.parts.helpers
Methods in tilda.parsing.parts.helpers with parameters of type ViewPivotAggregate Modifier and Type Method Description static java.lang.StringPivotHelper. getPivotedViewColumnTypeStr(ViewColumn VC, ViewPivotAggregate A, ViewPivotValue VPV)static ViewColumnPivotHelper. getPivotViewColumn(ParserSession PS, View V, ViewPivotAggregate A)static ViewColumnPivotHelper. handlePivotColumn(ParserSession PS, ViewColumn VC, ViewPivot P, ViewPivotAggregate A, ViewPivotValue VPV, Object O)
-