Class UiPieChart.SetHeight3DCommand

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

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

    • componentId

      protected String componentId
    • height3D

      protected float height3D
  • Constructor Details

    • SetHeight3DCommand

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

      public SetHeight3DCommand(String componentId, float height3D)
  • Method Details