Class AbstractVisualMap.VisualMapController
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.visualMap.AbstractVisualMap.VisualMapController
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- AbstractVisualMap<T extends AbstractVisualMap<T>>
Controller for 
inRange and outOfRange properties.
 More detailed information is provided in the documentation.- 
Nested Class SummaryNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetInRange(VisualEffect inRange) voidsetOutOfRange(VisualEffect outOfRange) withInRange(VisualEffect inRange) withOutOfRange(VisualEffect outOfRange) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
- 
Field Details- 
inRange
- 
outOfRange
 
- 
- 
Constructor Details- 
VisualMapControllerpublic VisualMapController()
 
- 
- 
Method Details- 
getInRange
- 
getOutOfRange
 
-