Interface MultiParameter<T extends RichPageParameter>
- All Superinterfaces:
RichPageParameter
- Since:
- 3.9.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
MultiParameter.Builder<T extends RichPageParameter>
Nested classes/interfaces inherited from interface com.polarion.alm.shared.api.model.rp.parameter.RichPageParameter
RichPageParameter.Visuals
-
Method Summary
Modifier and TypeMethodDescriptionadd()
Adds new element to the parameter.void
clear()
Removes all elements and adds new element from element definition (there must always be at least one element).
Mainly to be used in theRichPageWidget.processParameterDependencies(RichPageWidgetDependenciesContext)
get()
Methods inherited from interface com.polarion.alm.shared.api.model.rp.parameter.RichPageParameter
label, visuals
-
Method Details
-
get
-
add
Adds new element to the parameter. -
clear
void clear()Removes all elements and adds new element from element definition (there must always be at least one element).
Mainly to be used in theRichPageWidget.processParameterDependencies(RichPageWidgetDependenciesContext)
- Since:
- 3.9.2
-