Class UiSlider.SetTooltipPrefixCommand

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

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

    • componentId

      protected String componentId
    • tooltipPrefi

      protected String tooltipPrefi
  • Constructor Details

    • SetTooltipPrefixCommand

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

      public SetTooltipPrefixCommand(String componentId, String tooltipPrefi)
  • Method Details