DataElement
s from a ScriptDataElementsModel
. The values of the data elements can optionally be edited through the UI, updating the model accordingly. A DataElementViewer
attaches a listener to the underlying model, so that its UI updates automatically when the model changes. If the model outlives the viewer, the viewer must be {@link #dispose() disposed}, so that the listener is removed.
@author Torgil Zethson
@since 3.0.0
|
|