Interface IntegerParameter
- All Superinterfaces:
ParameterUsableInQuery
,RichPageParameter
- Since:
- 3.9.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
Nested classes/interfaces inherited from interface com.polarion.alm.shared.api.model.rp.parameter.RichPageParameter
RichPageParameter.Visuals
-
Method Summary
Methods inherited from interface com.polarion.alm.shared.api.model.rp.parameter.ParameterUsableInQuery
toLucene, toSql
Methods inherited from interface com.polarion.alm.shared.api.model.rp.parameter.RichPageParameter
label, visuals
-
Method Details
-
value
-
set
- Returns:
- interface for setting parameter configuration which can be used inside
RichPageWidget.processParameterDependencies(RichPageWidgetDependenciesContext)
to change parameter configuration depending on values set by user in other parameters. - Throws:
UnsupportedOperationException
- if this parameter is a page parameter.- Since:
- 3.9.2
-