Returns a String representing the displayable value of the form field,
optionally formatted for the user's locale. See also method getValue() which returns a Java object value for the form field.
When the field is associated with a list, returns the value displayed to the user.
This is in contrast to method getValue() which provides the list return value as opposed to the list display value
e.g. a static list entry might have a return value "M" and a display value "Male", in which case this method will return "Male"
and method getValue() will return "M".
String
representing the displayable value of the form field, optionally formatted for the user's locale. See also method getValue() which returns a Java object value for the form field.When the field is associated with a list, returns the value displayed to the user. This is in contrast to method getValue() which provides the list return value as opposed to the list display value e.g. a static list entry might have a return value "M" and a display value "Male", in which case this method will return "Male" and method getValue() will return "M".