values property

List<String> values
final

The list of values that will be displayed in the component. The list cannot be empty and must have the same amount of elements as labels.

Implementation

final List<String> values;