Package com.illumon.iris.console.utils
Class PivotWidgetBuilder.ColumnOrderer
java.lang.Object
com.illumon.iris.console.utils.PivotWidgetBuilder.ColumnOrderer
- Enclosing class:
- PivotWidgetBuilder
@ScriptApi public class PivotWidgetBuilder.ColumnOrderer extends Object
A helper to define an specific rowColumn order
-
Method Summary
Modifier and Type Method Description PivotWidgetBuilder
done()
Complete the rowColumn ordering and return to the original builder.PivotWidgetBuilder.ColumnOrderer
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.
-