DvCodedTextWidget¶
-
public class
DvCodedTextWidgetextends DatatypeWidget<DvCodedText>¶ This class represents a visual widget mapped on a
DvCodedTextdatatype. It renders all the options of theDvCodedTextdatatype in a Combobox.
Constructors¶
DvCodedTextWidget¶
-
public
DvCodedTextWidget(WidgetProvider provider, String name, String path, JSONObject attributes, int parentIndex)¶ Instantiates a new
DvCodedTextWidgetParameters: - provider – the widget provider
- name – the name of this widget
- path – the path of the
DvCodedTextmapped on this widget - attributes – the attributes of the
DvCodedTextmapped on this widget - parentIndex – the parent index
Methods¶
onEhrDatatypeChanged¶
-
public void
onEhrDatatypeChanged(DvCodedText datatype)¶ See also:
it.crs4.most.ehrlib.datatypes.EhrDatatypeChangeListener.onEhrDatatypeChanged(it.crs4.most.ehrlib.datatypes.EhrDatatype)
reset¶
-
public void
reset()¶ See also:
it.crs4.most.ehrlib.widgets.DatatypeWidget.reset()