gxp.slider.ClassBreakSlider
¶
-
class
gxp.slider.
ClassBreakSlider
(config)¶ Slider to adjust class breaks in a ColorMap or a set of filtered rules.
Config Options¶
Configuration properties in addition to those listed for Ext.slider.MultiSlider.
-
constrainThumbs
false
to allow thumbs to overlap one another. Defaults totrue
when the store contains rules, andfalse
when it contains color map entries.
-
store
Ext.data.Store
A (filtered) store containing records with afilter
(OpenLayers.Filter.Comparison``|``Number
) field. Usually records are created with agxp.data.GroupStyleReader
. Comparison filters are expected to bePropertyIsLessThan
,PropertyIsBetween
orPropertyIsGreaterThanOrEqualTo
.
-
values
Array(Number)
Will be ignored. Configurestore
instead.