Interface ParameterBoolean
- All Superinterfaces:
Parameter<Boolean>
,Serializable
Boolean parameter definition. On the client side, this parameter is represented by a checkbox.
- Since:
- 5.1.19
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.client.plugin.report.Parameter
Parameter.Factory
-
Method Summary
Methods inherited from interface de.espirit.firstspirit.client.plugin.report.Parameter
getDefaultValue, getName
-
Method Details
-
getLabel
String getLabel()Returns the label for the related checkbox on client side.- Returns:
- The checkbox label.
- Since:
- 5.1.19
-