Interface SeparateByParameter

All Superinterfaces:
RichPageParameter

public interface SeparateByParameter extends RichPageParameter
Parameter for configuring a field of enum type which can be used together with DataSetParameter.

The parameter returns list of categories() which represent the configured allowed values for the selected field and can be used in DataSetAccessor.category(SeparateByCategory).

Must be put inside the DataSetParameter using the DataSetParameter.Builder.add(String, RichPageParameter) to work correctly.
Since:
3.9.0