Uses of Class
tilda.parsing.parts.ViewPivot
-
Packages that use ViewPivot Package Description tilda.parsing.parts tilda.parsing.parts.helpers -
-
Uses of ViewPivot in tilda.parsing.parts
Fields in tilda.parsing.parts declared as ViewPivot Modifier and Type Field Description ViewPivotViewPivotAggregate. _ParentPivotViewPivotView. _PivotSingleFields in tilda.parsing.parts with type parameters of type ViewPivot Modifier and Type Field Description java.util.List<ViewPivot>View. _PivotsMethods in tilda.parsing.parts with parameters of type ViewPivot Modifier and Type Method Description booleanViewPivotAggregate. validate(ParserSession PS, ViewPivot ParentPivot)booleanViewPivotValue. validate(ParserSession PS, View ParentView, ViewPivot pivots, java.util.List<ViewPivotAggregate> aggregates) -
Uses of ViewPivot in tilda.parsing.parts.helpers
Methods in tilda.parsing.parts.helpers that return ViewPivot Modifier and Type Method Description static ViewPivotPivotHelper. getPivotWithColumn(View V, java.lang.String ColName)static ViewPivotPivotHelper. getPivotWithValue(View V, java.lang.String val)Methods in tilda.parsing.parts.helpers with parameters of type ViewPivot Modifier and Type Method Description static ViewColumnPivotHelper. handlePivotColumn(ParserSession PS, ViewColumn VC, ViewPivot P, ViewPivotAggregate A, ViewPivotValue VPV, Object O)
-