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
Object Config object for attributes combobox.
- caseInsensitiveMatch
Boolean Should Comparison Filters for Strings do case insensitive matching? Default is "false".
- comparisonComboConfig
Object Config object for comparison combobox.
- lowerBoundaryTip
String tooltip for the lower boundary textfield (i18n)
- upperBoundaryTip
String tooltip 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 be used.