Class UiToolButton.SetGrayOutIfNotHoveredCommand

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

public static class UiToolButton.SetGrayOutIfNotHoveredCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • grayOutIfNotHovered

      protected boolean grayOutIfNotHovered
  • Constructor Details

    • SetGrayOutIfNotHoveredCommand

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

      public SetGrayOutIfNotHoveredCommand(String componentId, boolean grayOutIfNotHovered)
  • Method Details