Interface ParameterText

All Superinterfaces:
Parameter<String>, Serializable

@GwtCompatible public interface ParameterText extends Parameter<String>
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 Type
    Method
    Description
    @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

      @Nullable @Nullable String 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