Klasse UiToolButton.SetGrayOutIfNotHoveredCommand

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

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

    • componentId

      protected String componentId
    • grayOutIfNotHovered

      protected boolean grayOutIfNotHovered
  • Konstruktordetails

    • SetGrayOutIfNotHoveredCommand

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

      public SetGrayOutIfNotHoveredCommand(String componentId, boolean grayOutIfNotHovered)
  • Methodendetails