Interface ParameterSelect
- All Superinterfaces:
Parameter<String>
,Serializable
Selection parameter definition. On the client side, this parameter is represented by a listbox.
- Since:
- 5.1.19
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Definition for a selectable item.Nested classes/interfaces inherited from interface de.espirit.firstspirit.client.plugin.report.Parameter
Parameter.Factory
-
Method Summary
Modifier and TypeMethodDescriptiongetItems()
Returns the list of selectable items for the related listbox on client side.Methods inherited from interface de.espirit.firstspirit.client.plugin.report.Parameter
getDefaultValue, getName
-
Method Details
-
getItems
List<ParameterSelect.SelectItem> getItems()Returns the list of selectable items for the related listbox on client side.- Returns:
- Selectable items.
- Since:
- 5.1.19
-