mapfish. widgets. search.Form | |
Constructor | |
mapfish. widgets. search.Form | |
Properties | |
form | {<GeoExt.form.BasicForm>} |
Functions | |
getFilter | Return a {OpenLayers.Filter} from this searcher’s form. |
triggerSearch | Trigger search request. |
config | {Object} A config object accepting the following properties: |
form | {Ext.form.FormPanel} or {Ext.form.BasicForm} The form this searcher wraps; mandatory. |
protocol | {OpenLayers.Protocol} An OpenLayers protocol, the searcher searches this protocol for a {mapfish.Protocol.MergeFilterDecorator} instance (following the protocol chain) and registers itself into this instance, the protocol passed can itself be a {mapfish.Protocol.MergeFilterDecorator} instance; optional. |
autobind | {Boolean} If false the searcher will not be registered into the protocol specified using the protocol option, optional. |
Return a {OpenLayers.Filter} from this searcher’s form.
getFilter: function()
Trigger search request.
triggerSearch: function()