Class ParameterSelect.SelectItem
java.lang.Object
de.espirit.firstspirit.webedit.plugin.report.ParameterSelect.SelectItem
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ParameterSelect
Definition for a selectable item.
- Since:
- 5.0.103
- See Also:
-
Constructor Summary
ConstructorDescriptionSelectItem
(String label, String value) Creates a new SelectItem, based on the given parameter. -
Method Summary
-
Constructor Details
-
SelectItem
Creates a new SelectItem, based on the given parameter.- Parameters:
label
- The label of this item.value
- The value of this item.- Since:
- 5.0.103
-
-
Method Details
-
getLabel
Returns the label for the related list entry on client side.- Returns:
- The label of this item.
- Since:
- 5.0.103
-
getValue
Returns the value of this item.- Returns:
- The value of this item.
- Since:
- 5.0.103
-