Class UiPieChart.SetDataPointsCommand

java.lang.Object
org.teamapps.dto.UiPieChart.SetDataPointsCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiPieChart

public static class UiPieChart.SetDataPointsCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • dataPoints

      protected List<UiChartNamedDataPoint> dataPoints
    • animationDuration

      protected long animationDuration
  • Constructor Details

    • SetDataPointsCommand

      @Deprecated public SetDataPointsCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • SetDataPointsCommand

      public SetDataPointsCommand(String componentId, List<UiChartNamedDataPoint> dataPoints, long animationDuration)
  • Method Details