JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
de.espirit.firstspirit.client.plugin.report
Interface ParameterSelect.SelectItem
All Superinterfaces:
Serializable
Enclosing interface:
ParameterSelect
public static interface
ParameterSelect.SelectItem
extends
Serializable
Definition for a selectable item.
Since:
5.1.19
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getLabel
()
Returns the label for the related list entry on client side.
String
getValue
()
Returns the value of this item.
Method Details
getLabel
String
getLabel
()
Returns the label for the related list entry on client side.
Returns:
The label of this item.
Since:
5.1.19
getValue
String
getValue
()
Returns the value of this item.
Returns:
The value of this item.
Since:
5.1.19