Klasse UiPieChart.SetDataPointsCommand

java.lang.Object
org.teamapps.dto.UiPieChart.SetDataPointsCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiPieChart

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

    • componentId

      protected String componentId
    • dataPoints

      protected List<UiChartNamedDataPoint> dataPoints
    • animationDuration

      protected long animationDuration
  • Konstruktordetails

    • SetDataPointsCommand

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

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