Interface ValueLabelProvider<V>

    • Method Detail

      • getLabel

        java.lang.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: