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 falseto allow thumbs to overlap one another. Defaults totruewhen the store contains rules, andfalsewhen it contains color map entries.
- 
store Ext.data.StoreA (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,PropertyIsBetweenorPropertyIsGreaterThanOrEqualTo.
- 
values Array(Number)Will be ignored. Configurestoreinstead.