Package com.illumon.iris.console.utils
Class PivotWidgetBuilder.ColumnOrderer
java.lang.Object
com.illumon.iris.console.utils.PivotWidgetBuilder.ColumnOrderer
- Enclosing class:
- PivotWidgetBuilder
A helper to define an specific rowColumn order
-
Method Summary
Modifier and TypeMethodDescriptiondone()
Complete the rowColumn ordering and return to the original builder.followedBy
(Comparable<?>... key) Add the next column in the order.
-
Method Details
-
followedBy
Add the next column in the order.- Parameters:
key
- the set of values that define the rowColumn key.- Returns:
- this builder to add more
-
done
Complete the rowColumn ordering and return to the original builder.- Returns:
- the parent builder.
-