Class UiPieChart.SetRotationClockwiseCommand

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

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

    • componentId

      protected String componentId
    • rotationClockwise

      protected float rotationClockwise
  • Constructor Details

    • SetRotationClockwiseCommand

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

      public SetRotationClockwiseCommand(String componentId, float rotationClockwise)
  • Method Details