Interface ParameterSelect

All Superinterfaces:
Parameter<String>, Serializable

@GwtCompatible public interface ParameterSelect extends Parameter<String>
Selection parameter definition. On the client side, this parameter is represented by a listbox.
Since:
5.1.19
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Definition for a selectable item.

    Nested classes/interfaces inherited from interface de.espirit.firstspirit.client.plugin.report.Parameter

    Parameter.Factory
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the list of selectable items for the related listbox on client side.

    Methods inherited from interface de.espirit.firstspirit.client.plugin.report.Parameter

    getDefaultValue, getName
  • Method Details

    • getItems

      Returns the list of selectable items for the related listbox on client side.
      Returns:
      Selectable items.
      Since:
      5.1.19