Class UiPieChart.SetRotation3DCommand

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

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

    • componentId

      protected String componentId
    • rotation3D

      protected float rotation3D
  • Constructor Details

    • SetRotation3DCommand

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

      public SetRotation3DCommand(String componentId, float rotation3D)
  • Method Details