Class UiTimeGraph.SetSelectedIntervalCommand

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

public static class UiTimeGraph.SetSelectedIntervalCommand extends Object implements UiCommand<Void>
  • Field Details

  • Constructor Details

    • SetSelectedIntervalCommand

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

      public SetSelectedIntervalCommand(String componentId, UiLongInterval intervalX)
  • Method Details