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
FieldsModifier and TypeFieldDescriptionprotected Integerprotected Stringprotected Stringprotected Stringprotected Integerprotected Stringprotected StringFields inherited from class io.jmix.chartsflowui.kit.component.event.dto.BaseChartEventDetail
type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetComponentIndex(Integer componentIndex) voidsetComponentSubType(String componentSubType) voidsetComponentType(String componentType) voidsetSeriesId(String seriesId) voidsetSeriesIndex(Integer seriesIndex) voidsetSeriesName(String seriesName) voidsetSeriesType(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
-