FilterBuilderSelector.js

Summary
FilterBuilderSelector.js
Constants
filter_button_text {String} Text in the filter button
title {String} The default title for the panel
Properties
bodyStyle{String} The default bodyStyle of the panel
Functions
clearFilterBuilderThis method destroy the current filterBuilder and create a new, clean one.
changeFeatureTypeThis method destroy the current filterBuilder and create a new one
createFilterBuilderThis method create a new FilterBuilder

Constants

filter_button_text {String} Text in the filter button

title {String} The default title for the panel

Properties

bodyStyle

{String} The default bodyStyle of the panel

Functions

clearFilterBuilder

clearFilterBuilder: function()

This method destroy the current filterBuilder and create a new, clean one.

changeFeatureType

changeFeatureType : function(params)

This method destroy the current filterBuilder and create a new one

createFilterBuilder

createFilterBuilder : function(selectedIndex)

This method create a new FilterBuilder

clearFilterBuilder: function()
This method destroy the current filterBuilder and create a new, clean one.
changeFeatureType : function(params)
This method destroy the current filterBuilder and create a new one
createFilterBuilder : function(selectedIndex)
This method create a new FilterBuilder
Close