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 Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.client.plugin.report.Parameter
Parameter.Factory
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
Returns the placeholder for the related textfield on client side.Methods inherited from interface de.espirit.firstspirit.client.plugin.report.Parameter
getDefaultValue, getName
-
Method Details
-
getPlaceholder
Returns 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
-