Abstract base class for the properties object used in the layerConfig property of the mapfish.widgets.editing.FeatureEditingPanel class.
mapfish. widgets. editing. BaseProperty | Abstract base class for the properties object used in the layerConfig property of the mapfish.widgets.editing.FeatureEditingPanel class. |
mapfish. widgets. editing. SimpleProperty | Extends mapfish.widgets.editing.BaseProperty to show string or numeric properties with an <Ext.form.TextField>. |
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. |
BooleanProperty | |
Properties | |
url | |
mapfish. widgets. editing. DateProperty | A property that is shown as a date picker. |
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.
Extension of mapfish.widgets.editing.BaseProperty for string properties.
Extension of mapfish.widgets.editing.BaseProperty for integer properties.
Extension of mapfish.widgets.editing.BaseProperty for float properties.