Class UiRootPanel.RegisterBackgroundImageCommand

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

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

    • id

      protected String id
    • image

      protected String image
    • blurredImage

      protected String blurredImage
  • Constructor Details

    • RegisterBackgroundImageCommand

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

      public RegisterBackgroundImageCommand(String id, String image, String blurredImage)
  • Method Details