Interface ParameterText
- All Superinterfaces:
- Parameter<String>,- Serializable
String parameter definition. On the client side, this parameter is represented by a textfield.
- Since:
- 5.1.19
- 
Nested Class SummaryNested classes/interfaces inherited from interface de.espirit.firstspirit.client.plugin.report.ParameterParameter.Factory
- 
Method SummaryModifier and TypeMethodDescription@Nullable StringReturns the placeholder for the related textfield on client side.Methods inherited from interface de.espirit.firstspirit.client.plugin.report.ParametergetDefaultValue, getName
- 
Method Details- 
getPlaceholderReturns the placeholder for the related textfield on client side. The string will not be used as a value.- Returns:
- The placeholder text.
- Since:
- 5.1.19
 
 
-