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 to true when the store contains rules, and false when it contains color map entries.
- store
Ext.data.Store A (filtered) store containing records with a filter (OpenLayers.Filter.Comparison``|``Number) field. Usually records are created with a gxp.data.GroupStyleReader. Comparison filters are expected to be PropertyIsLessThan, PropertyIsBetween or PropertyIsGreaterThanOrEqualTo.
- values
Array(Number) Will be ignored. Configure store instead.