Class ChartMagicTypeChangedEventDetail

java.lang.Object
io.jmix.chartsflowui.kit.component.event.dto.BaseChartEventDetail
io.jmix.chartsflowui.kit.component.event.dto.ChartMagicTypeChangedEventDetail

public class ChartMagicTypeChangedEventDetail extends BaseChartEventDetail
See Also:
  • Field Details

    • currentType

      protected String currentType
    • newOption

      protected Map<String,Object> newOption
    • featureName

      protected String featureName
  • Constructor Details

    • ChartMagicTypeChangedEventDetail

      public ChartMagicTypeChangedEventDetail()
  • Method Details

    • getCurrentType

      public String getCurrentType()
    • setCurrentType

      public void setCurrentType(String currentType)
    • getNewOption

      public Map<String,Object> getNewOption()
    • setNewOption

      public void setNewOption(Map<String,Object> newOption)
    • getFeatureName

      public String getFeatureName()
    • setFeatureName

      public void setFeatureName(String featureName)