Class AbstractChartComponentEventDetail
java.lang.Object
io.jmix.chartsflowui.kit.component.event.dto.BaseChartEventDetail
io.jmix.chartsflowui.kit.component.event.dto.AbstractChartComponentEventDetail
- Direct Known Subclasses:
AbstractChartMouseEventDetail
Base detail for component aware events.
-
Field Summary
Modifier and TypeFieldDescriptionprotected Integer
protected String
protected String
protected String
protected Integer
protected String
protected String
Fields inherited from class io.jmix.chartsflowui.kit.component.event.dto.BaseChartEventDetail
type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setComponentIndex
(Integer componentIndex) void
setComponentSubType
(String componentSubType) void
setComponentType
(String componentType) void
setSeriesId
(String seriesId) void
setSeriesIndex
(Integer seriesIndex) void
setSeriesName
(String seriesName) void
setSeriesType
(String seriesType) Methods inherited from class io.jmix.chartsflowui.kit.component.event.dto.BaseChartEventDetail
getType, setType
-
Field Details
-
componentType
-
componentSubType
-
componentIndex
-
seriesIndex
-
seriesId
-
seriesName
-
seriesType
-
-
Constructor Details
-
AbstractChartComponentEventDetail
public AbstractChartComponentEventDetail()
-
-
Method Details
-
getComponentType
-
setComponentType
-
getComponentSubType
-
setComponentSubType
-
getComponentIndex
-
setComponentIndex
-
getSeriesIndex
-
setSeriesIndex
-
getSeriesId
-
setSeriesId
-
getSeriesName
-
setSeriesName
-
getSeriesType
-
setSeriesType
-