gxp.form.FilterField¶
-
class
gxp.form.FilterField(config)¶ A form field representing a comparison filter.
Config Options¶
Configuration properties in addition to those listed for Ext.form.CompositeField.
-
attributesComboConfig ObjectConfig object for attributes combobox.
-
caseInsensitiveMatch BooleanShould Comparison Filters for Strings do case insensitive matching? Default is"false".
-
comparisonComboConfig ObjectConfig object for comparison combobox.
-
lowerBoundaryTip Stringtooltip for the lower boundary textfield (i18n)
-
upperBoundaryTip Stringtooltip for the lower boundary textfield (i18n)
Public Methods¶
Public methods in addition to those listed for Ext.form.CompositeField.
-
FilterField.setFilter()¶ Parameters: filter – OpenLayers.Filter`Change the filter object to beused.