Package com.polarion.alm.shared.api.model.rp.parameter
package com.polarion.alm.shared.api.model.rp.parameter
-
ClassDescriptionCompositeParameter.BuilderBase<P extends CompositeParameter,
B extends CompositeParameter.BuilderBase> Widget Parameter for selecting value from custom enumeration.
Widget developer specifies available options byCustomEnumParameter.Builder.addEnumItem(String, String)
Accessor forDataCount
that allows for the use of optional parameters likeDataCountAccessor.category(SeparateByCategory)
Accessor forDataSet
that allows for the use of optional parameters likeDataSetAccessor.category(SeparateByCategory)
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 theField.render(Fields)
should be used for the rendering to allow that
If there is no scope and prototype or no structure provided through theDataSetParameter
orFieldsParameter.Builder
, this parameter will use default values: current scope forscope
andPrototypeEnum.WorkItem
forprototype
.Used for setting default fields, when the original set does not suit the use case.Can be used inDataSetAccessor.interval(IntervalField, TimeAxisInterval)
Represents date or date only field.Parameter for configuring a field of date field which can be used together withDataSetParameter
.
The parameter returnsIntervalField
which represent selected field and can be used inDataSetAccessor.interval(IntervalField, TimeAxisInterval)
.
Must be put inside theDataSetParameter
using theDataSetParameter.Builder.add(String, RichPageParameter)
to work correctly.MultiParameter<T extends RichPageParameter>MultiParameter.Builder<T extends RichPageParameter>Common interface for all Rich Page parameters Plug-ins can not add new implementations of this interface.The interface should be used when handling dependencies in the UI.Common interface for classes handling instantiating and initializing Rich Page parameters from persistence./br> Plug-ins can implement this interface, but it is not needed for normal use cases of using the parametersPage and Widget parameter to set scope.Object that contains information about script rendering result.Instances are returned bySeparateByParameter.categories()
.Parameter for configuring a field of enum type which can be used together withDataSetParameter
.
The parameter returns list ofSeparateByParameter.categories()
which represent the configured allowed values for the selected field and can be used inDataSetAccessor.category(SeparateByCategory)
.
Must be put inside theDataSetParameter
using theDataSetParameter.Builder.add(String, RichPageParameter)
to work correctly.Parameter for configuring sorting of items by theSortingParameter.fields()
Must be put inside theDataSetParameter
using theDataSetParameter.Builder.add(String, RichPageParameter)
to work correctly.Defines interval between twoTimeAxisPoint
points.Defines a point in time.