public interface HtmlDisplayableDatatypeHandler<T> extends CustomDatatypeHandler<CustomDatatype<T>,T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toHtml(CustomDatatype<T> datatype,
java.lang.String valueReference)
Renders the full view of a custom value, as HTML.
|
CustomDatatype.Summary |
toHtmlSummary(CustomDatatype<T> datatype,
java.lang.String valueReference)
Renders an HTML-formatted summary view of the custom value, that does not take a lot of space.
|
setHandlerConfigurationCustomDatatype.Summary toHtmlSummary(CustomDatatype<T> datatype, java.lang.String valueReference)
datatype - valueReference - java.lang.String toHtml(CustomDatatype<T> datatype, java.lang.String valueReference)
datatype - valueReference - Copyright © 2018 OpenMRS Inc.. All Rights Reserved.