Class ChartDataZoomEventDetail
java.lang.Object
io.jmix.chartsflowui.kit.component.event.dto.BaseChartEventDetail
io.jmix.chartsflowui.kit.component.event.dto.ChartDataZoomEventDetail
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<ChartDataZoomEventDetail>
protected String
protected Integer
protected Integer
protected String
protected Integer
protected Integer
Fields inherited from class io.jmix.chartsflowui.kit.component.event.dto.BaseChartEventDetail
type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBatch()
getEnd()
getFrom()
getStart()
void
setBatch
(List<ChartDataZoomEventDetail> batch) void
setDataZoomId
(String dataZoomId) void
void
setEndValue
(Integer endValue) void
void
void
setStartValue
(Integer startValue) Methods inherited from class io.jmix.chartsflowui.kit.component.event.dto.BaseChartEventDetail
getType, setType
-
Field Details
-
dataZoomId
-
from
-
start
-
end
-
startValue
-
endValue
-
batch
-
-
Constructor Details
-
ChartDataZoomEventDetail
public ChartDataZoomEventDetail()
-
-
Method Details
-
getDataZoomId
-
setDataZoomId
-
getFrom
-
setFrom
-
getBatch
-
setBatch
-
getStart
-
setStart
-
getEnd
-
setEnd
-
getStartValue
-
setStartValue
-
getEndValue
-
setEndValue
-