Class ChartDataZoomEventDetail
java.lang.Object
io.jmix.chartsflowui.kit.component.event.dto.BaseChartEventDetail
io.jmix.chartsflowui.kit.component.event.dto.ChartDataZoomEventDetail
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected List<ChartDataZoomEventDetail>protected Stringprotected Integerprotected Integerprotected Stringprotected Integerprotected IntegerFields inherited from class io.jmix.chartsflowui.kit.component.event.dto.BaseChartEventDetailtype
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBatch()getEnd()getFrom()getStart()voidsetBatch(List<ChartDataZoomEventDetail> batch) voidsetDataZoomId(String dataZoomId) voidvoidsetEndValue(Integer endValue) voidvoidvoidsetStartValue(Integer startValue) Methods inherited from class io.jmix.chartsflowui.kit.component.event.dto.BaseChartEventDetailgetType, setType
- 
Field Details- 
dataZoomId
- 
from
- 
start
- 
end
- 
startValue
- 
endValue
- 
batch
 
- 
- 
Constructor Details- 
ChartDataZoomEventDetailpublic ChartDataZoomEventDetail()
 
- 
- 
Method Details- 
getDataZoomId
- 
setDataZoomId
- 
getFrom
- 
setFrom
- 
getBatch
- 
setBatch
- 
getStart
- 
setStart
- 
getEnd
- 
setEnd
- 
getStartValue
- 
setStartValue
- 
getEndValue
- 
setEndValue
 
-