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 ViewPivot
ViewPivotAggregate. _ParentPivot
ViewPivot
View. _PivotSingle
Fields in tilda.parsing.parts with type parameters of type ViewPivot Modifier and Type Field Description java.util.List<ViewPivot>
View. _Pivots
Methods in tilda.parsing.parts with parameters of type ViewPivot Modifier and Type Method Description boolean
ViewPivotAggregate. validate(ParserSession PS, ViewPivot ParentPivot)
boolean
ViewPivotValue. 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 ViewPivot
PivotHelper. getPivotWithColumn(View V, java.lang.String ColName)
static ViewPivot
PivotHelper. getPivotWithValue(View V, java.lang.String val)
Methods in tilda.parsing.parts.helpers with parameters of type ViewPivot Modifier and Type Method Description static ViewColumn
PivotHelper. handlePivotColumn(ParserSession PS, ViewColumn VC, ViewPivot P, ViewPivotAggregate A, ViewPivotValue VPV, Object O)
-