Class UiSlider.SetHumanReadableFileSizeCommand

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

public static class UiSlider.SetHumanReadableFileSizeCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • humanReadableFileSize

      protected boolean humanReadableFileSize
  • Constructor Details

    • SetHumanReadableFileSizeCommand

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

      public SetHumanReadableFileSizeCommand(String componentId, boolean humanReadableFileSize)
  • Method Details