Class UiWindow.SetModalBackgroundDimmingColorCommand

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

public static class UiWindow.SetModalBackgroundDimmingColorCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • modalBackgroundDimmingColor

      protected String modalBackgroundDimmingColor
  • Constructor Details

    • SetModalBackgroundDimmingColorCommand

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

      public SetModalBackgroundDimmingColorCommand(String componentId, String modalBackgroundDimmingColor)
  • Method Details