Interface ParameterBoolean

All Superinterfaces:
Parameter<Boolean>, Serializable

@GwtCompatible public interface ParameterBoolean extends Parameter<Boolean>
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

    Modifier and Type
    Method
    Description
    Returns the label for the related checkbox on client side.

    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