Class UiRootPanel.SetBackgroundImageCommand

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

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

    • id

      protected String id
    • animationDuration

      protected int animationDuration
  • Constructor Details

    • SetBackgroundImageCommand

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

      public SetBackgroundImageCommand(String id, int animationDuration)
  • Method Details