Uses of Class
de.espirit.firstspirit.webedit.plugin.report.ParameterSelect.SelectItem
Package
Description
Provides interfaces and types for web client report plugins.
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
public hotspot
of FirstSpirit into the reporting area of the web client.-
Uses of ParameterSelect.SelectItem in de.espirit.firstspirit.webedit.plugin.report
Modifier and TypeMethodDescriptionParameterSelect.getItems()
Deprecated.Returns the list of selectable items for the related listbox on client side.ModifierConstructorDescriptionParameterSelect
(String name, List<ParameterSelect.SelectItem> items, @Nullable String defaultValue) Deprecated.Creates a new String-typed selection parameter, using the given attributes.