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 SummaryConstructorsConstructorDescriptionSelectItem(String label, String value) Creates a new SelectItem, based on the given parameter.
- 
Method Summary
- 
Constructor Details- 
SelectItemCreates 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- 
getLabelReturns the label for the related list entry on client side.- Returns:
- The label of this item.
- Since:
- 5.0.103
 
- 
getValueReturns the value of this item.- Returns:
- The value of this item.
- Since:
- 5.0.103
 
 
-