Interface ValueLabelProvider<V>

All Known Implementing Classes:
DefaultValueLabelProvider, EnumValueLabelProvider, PropertyValueLabelProvider

public interface ValueLabelProvider<V>
An object capable of providing a user-presentable label from a value. A special case exists for handling enum types.
Since:
5.4
  • Method Summary

    Modifier and Type
    Method
    Description
    getLabel(V value)
    Gets label from the value.
  • Method Details

    • getLabel

      String getLabel(V value)
      Gets label from the value. The label is used as user-presentable label for a value.
      Parameters:
      value - the value to be label provided from
      Returns: