Interface ParameterSelect.SelectItem

All Superinterfaces:
Serializable
Enclosing interface:
ParameterSelect

public static interface ParameterSelect.SelectItem extends Serializable
Definition for a selectable item.
Since:
5.1.19
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the label for the related list entry on client side.
    Returns the value of this item.
  • Method Details

    • getLabel

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

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