mapfish.widgets.editing.BaseProperty

Abstract base class for the properties object used in the layerConfig property of the mapfish.widgets.editing.FeatureEditingPanel class.

Summary
mapfish.widgets.editing.BasePropertyAbstract base class for the properties object used in the layerConfig property of the mapfish.widgets.editing.FeatureEditingPanel class.
mapfish.widgets.editing.SimplePropertyExtends mapfish.widgets.editing.BaseProperty to show string or numeric properties with an <Ext.form.TextField>.
mapfish.widgets.editing.StringPropertyExtension of mapfish.widgets.editing.BaseProperty for string properties.
mapfish.widgets.editing.IntegerPropertyExtension of mapfish.widgets.editing.BaseProperty for integer properties.
FloatPropertyExtension of mapfish.widgets.editing.BaseProperty for float properties.
mapfish.widgets.editing.TextPropertyExtends mapfish.widgets.editing.BaseProperty to show multiline text properties with an <Ext.form.TextArea>.
BooleanProperty
Properties
url
mapfish.widgets.editing.DatePropertyA property that is shown as a date picker.

mapfish.widgets.editing.SimpleProperty

Extends mapfish.widgets.editing.BaseProperty to show string or numeric properties with an <Ext.form.TextField>.  You shouldn’t use this class directly, but use one of the child.

mapfish.widgets.editing.StringProperty

Extension of mapfish.widgets.editing.BaseProperty for string properties.

mapfish.widgets.editing.IntegerProperty

Extension of mapfish.widgets.editing.BaseProperty for integer properties.

FloatProperty

Extension of mapfish.widgets.editing.BaseProperty for float properties.

mapfish.widgets.editing.TextProperty

Extends mapfish.widgets.editing.BaseProperty to show multiline text properties with an <Ext.form.TextArea>.

BooleanProperty

Properties

url

{String}URL used for fetching the JSON data to fill the combobox.  See the comment on the class for what format is expected.

mapfish.widgets.editing.DateProperty

A property that is shown as a date picker.

This property will return a date string.

This class provides a panel for editing features.
Abstract base class for the properties object used in the layerConfig property of the mapfish.widgets.editing.FeatureEditingPanel class.
Close