setValue abstract method

void setValue(
  1. String value, [
  2. Locale locale
])

Sets the string representation of the value.

@param value the string representation of the value @param locale the locale to be fetched @throws MissingResourceException if the text for the default locale (ENGLISH) is missing

Implementation

void setValue(String value, [Locale locale]);