getText method

String getText()

Implementation

String getText() {
  return getSelectedValues().toString();
}