open fun getDisplayValue(): String
Return a suitable display value for the field, i.e. the stringified value if not null, and an empty string in case of a null value.
This value will be an HTML-escaped String if the original value was non-null: the toString result of the original value will get HTML-escaped.