Class UiRootPanel.SetBackgroundColorCommand

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

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

    • color

      protected String color
    • animationDuration

      protected int animationDuration
  • Constructor Details

    • SetBackgroundColorCommand

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

      public SetBackgroundColorCommand(String color, int animationDuration)
  • Method Details