Class ParameterSelect.SelectItem

java.lang.Object
de.espirit.firstspirit.webedit.plugin.report.ParameterSelect.SelectItem
All Implemented Interfaces:
Serializable
Enclosing class:
ParameterSelect

public static class ParameterSelect.SelectItem extends Object implements Serializable
Definition for a selectable item.
Since:
5.0.103
See Also:
  • Constructor Details

    • SelectItem

      public SelectItem(String label, String value)
      Creates a new SelectItem, based on the given parameter.
      Parameters:
      label - The label of this item.
      value - The value of this item.
      Since:
      5.0.103
  • Method Details

    • getLabel

      public String getLabel()
      Returns the label for the related list entry on client side.
      Returns:
      The label of this item.
      Since:
      5.0.103
    • getValue

      public String getValue()
      Returns the value of this item.
      Returns:
      The value of this item.
      Since:
      5.0.103