Class ChartLegendScrollEventDetail
java.lang.Object
io.jmix.chartsflowui.kit.component.event.dto.BaseChartEventDetail
io.jmix.chartsflowui.kit.component.event.dto.ChartLegendScrollEventDetail
- See Also:
- 
Field SummaryFieldsFields inherited from class io.jmix.chartsflowui.kit.component.event.dto.BaseChartEventDetailtype
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetLegendId(String legendId) voidsetScrollDataIndex(Integer scrollDataIndex) Methods inherited from class io.jmix.chartsflowui.kit.component.event.dto.BaseChartEventDetailgetType, setType
- 
Field Details- 
scrollDataIndex
- 
legendId
 
- 
- 
Constructor Details- 
ChartLegendScrollEventDetailpublic ChartLegendScrollEventDetail()
 
- 
- 
Method Details- 
getScrollDataIndex
- 
setScrollDataIndex
- 
getLegendId
- 
setLegendId
 
-