Class UiSlider.SetTooltipPostfixCommand

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

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

    • componentId

      protected String componentId
    • tooltipPostfi

      protected String tooltipPostfi
  • Constructor Details

    • SetTooltipPostfixCommand

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

      public SetTooltipPostfixCommand(String componentId, String tooltipPostfi)
  • Method Details