Uses of Interface
de.espirit.firstspirit.client.plugin.report.ParameterSelect.SelectItem
-
Uses of ParameterSelect.SelectItem in de.espirit.firstspirit.client.plugin.report
Modifier and TypeMethodDescriptionstatic ParameterSelect.SelectItem
Parameter.Factory.createSelectItem
(String label, String value) Creates a new SelectItem, based on the given parameter.Modifier and TypeMethodDescriptionParameterSelect.getItems()
Returns the list of selectable items for the related listbox on client side.Modifier and TypeMethodDescriptionstatic ParameterSelect
Parameter.Factory.createSelect
(String name, @Nullable List<ParameterSelect.SelectItem> items, @Nullable String defaultValue) Creates a new String-typed selection parameter, using the given attributes.