Class UiPieChart.SetDataPointWeightingCommand

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

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

  • Constructor Details

    • SetDataPointWeightingCommand

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

      public SetDataPointWeightingCommand(String componentId, UiDataPointWeighting dataPointWeighting)
  • Method Details