The FeatureAttributeWindow
is a floating window that uses a {@link org.geomajas.gwt.client.widget.FeatureAttributeEditor} to change the alpha-numerical attributes of a featureand persist these changes on the server. In essence, this widget is a {@link org.geomajas.gwt.client.widget.FeatureAttributeEditor} with some extra buttons. One of these extra buttons isa "save" button to actually save the widget. When setting a feature, the underlying {@link org.geomajas.gwt.client.widget.FeatureAttributeEditor} automatically creates a clone. That way you're notediting the feature directly, and changes are only applied when the save is clicked. This widget will also check whether or not all fields are valid, and will not allow saving when at least one of the fields is not valid.
On top of that, this widget has a few options regarding the editing of a feature's attributes:
|
|
|
|