Uses of Interface
com.polarion.alm.shared.api.model.rp.parameter.RichPageParameter
Packages that use RichPageParameter
Package
Description
-
Uses of RichPageParameter in com.polarion.alm.shared.api.model.rp.parameter
Classes in com.polarion.alm.shared.api.model.rp.parameter with type parameters of type RichPageParameterModifier and TypeInterfaceDescriptioninterfaceMultiParameter<T extends RichPageParameter>static interfaceMultiParameter.Builder<T extends RichPageParameter>static interfaceRichPageParameter.Builder<P extends RichPageParameter,B extends RichPageParameter.Builder> Subinterfaces of RichPageParameter in com.polarion.alm.shared.api.model.rp.parameterModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceWidget Parameter for selecting value from custom enumeration.
Widget developer specifies available options byCustomEnumParameter.Builder.addEnumItem(String, String)interfaceinterfaceinterfaceinterfaceParameter 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 theDataSetParameterorFieldsParameter.Builder, this parameter will use default values: current scope forscopeandPrototypeEnum.WorkItemforprototype.interfaceinterfaceParameter for configuring a field of date field which can be used together withDataSetParameter.
The parameter returnsIntervalFieldwhich represent selected field and can be used inDataSetAccessor.interval(IntervalField, TimeAxisInterval).
Must be put inside theDataSetParameterusing theDataSetParameter.Builder.add(String, RichPageParameter)to work correctly.interfaceinterfaceMultiParameter<T extends RichPageParameter>interfaceinterfacePage and Widget parameter to set scope.interfaceinterfaceParameter 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 theDataSetParameterusing theDataSetParameter.Builder.add(String, RichPageParameter)to work correctly.interfaceParameter for configuring sorting of items by theSortingParameter.fields()
Must be put inside theDataSetParameterusing theDataSetParameter.Builder.add(String, RichPageParameter)to work correctly.interfaceinterfaceinterfaceMethods in com.polarion.alm.shared.api.model.rp.parameter with type parameters of type RichPageParameterModifier and TypeMethodDescription<T extends RichPageParameter>
TReturns the contained parameter by the id specified inCompositeParameter.Builder.add(String, RichPageParameter)<T extends RichPageParameter>
MultiParameter.Builder<T>Methods in com.polarion.alm.shared.api.model.rp.parameter that return types with arguments of type RichPageParameterModifier and TypeMethodDescriptionRichPageParameters.get(ReadOnlyStrictMap<String, String> urlParameters) Methods in com.polarion.alm.shared.api.model.rp.parameter with parameters of type RichPageParameterModifier and TypeMethodDescriptionCompositeParameter.Builder.add(String id, RichPageParameter parameter) CompositeParameter.BuilderBase.add(String id, RichPageParameter parameter) DataSetParameter.Builder.add(String id, RichPageParameter parameter) -
Uses of RichPageParameter in com.polarion.alm.shared.api.model.rp.widget
Methods in com.polarion.alm.shared.api.model.rp.widget with type parameters of type RichPageParameterModifier and TypeMethodDescription<T extends RichPageParameter>
TReturns widget parameter with requested id.<T extends RichPageParameter>
TReturns widget parameter with requested id.Methods in com.polarion.alm.shared.api.model.rp.widget that return types with arguments of type RichPageParameterModifier and TypeMethodDescriptionabstract ReadOnlyStrictMap<String,RichPageParameter> RichPageWidget.getParametersDefinition(ParameterFactory factory) Returned map defines the parameters for this widget. The parameter IDs (the keys in the map) must not contain the dot ('.') character. The parameters are cloned before they are used for the concrete widget instance when it is either used of the first time or before the parameters are initialized from persistence The returned parameters can already contain default values.RichPageParametersContext.pageParameters()Method parameters in com.polarion.alm.shared.api.model.rp.widget with type arguments of type RichPageParameterModifier and TypeMethodDescriptionRichPageWidgetRenderer.pageParameters(ReadOnlyStrictMap<String, RichPageParameter> pageParameters) RichPageWidgetRenderer.parameters(ReadOnlyStrictMap<String, RichPageParameter> parameters)