Uses of Interface
de.espirit.firstspirit.client.plugin.report.ParameterSelect.SelectItem
Packages that use ParameterSelect.SelectItem
-
Uses of ParameterSelect.SelectItem in de.espirit.firstspirit.client.plugin.report
Methods in de.espirit.firstspirit.client.plugin.report that return ParameterSelect.SelectItemModifier and TypeMethodDescriptionstatic ParameterSelect.SelectItem
Parameter.Factory.createSelectItem
(String label, String value) Creates a new SelectItem, based on the given parameter.Methods in de.espirit.firstspirit.client.plugin.report that return types with arguments of type ParameterSelect.SelectItemModifier and TypeMethodDescriptionParameterSelect.getItems()
Returns the list of selectable items for the related listbox on client side.Method parameters in de.espirit.firstspirit.client.plugin.report with type arguments of type ParameterSelect.SelectItemModifier 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.