Klasse UiSlider.SetHumanReadableFileSizeCommand

java.lang.Object
org.teamapps.dto.UiSlider.SetHumanReadableFileSizeCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiSlider

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

    • componentId

      protected String componentId
    • humanReadableFileSize

      protected boolean humanReadableFileSize
  • Konstruktordetails

    • SetHumanReadableFileSizeCommand

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

      public SetHumanReadableFileSizeCommand(String componentId, boolean humanReadableFileSize)
  • Methodendetails

    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getComponentId

      public String getComponentId()
      Angegeben von:
      getComponentId in Schnittstelle UiCommand<Void>
    • getHumanReadableFileSize

      public boolean getHumanReadableFileSize()