Class UiPopup.SetBackgroundColorCommand

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

public static class UiPopup.SetBackgroundColorCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • backgroundColor

      protected String backgroundColor
  • Constructor Details

    • SetBackgroundColorCommand

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

      public SetBackgroundColorCommand(String componentId, String backgroundColor)
  • Method Details