Interface FieldsParameter

All Superinterfaces:
RichPageParameter

public interface FieldsParameter extends RichPageParameter
Parameter for configuring list of fields which can be used for example to configure table columns.

In future it will also allow configuring how the fields should be rendered, so the Field.render(Fields) should be used for the rendering to allow that

If there is no scope and prototype or no structure provided through the DataSetParameter or FieldsParameter.Builder, this parameter will use default values: current scope for scope and PrototypeEnum.WorkItem for prototype. If there are scope, prototype and/or subtype values provided through the DataSetParameter they will override appropriate default values of this parameter or values provided by FieldsParameter.Builder. If there is structure value provided through the FieldsParameter.Setter.structure() defined values for prototype and/or subtype will be ignored.
Since:
3.9.0