Editable form item implementation that can edit any kind of feature attribute. It starts by using a default TextItem
as FormItem
representative. Every time the setAttributeInfo
method is called, a new internal FormItem
will be created and shown in the place of the TextItem
. In order to create the correct representation for each kind of attribute, a {@link AttributeFormFieldRegistry} is used.
|
|