Class UiToolbar.SetLogoImageCommand

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

public static class UiToolbar.SetLogoImageCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • logoImage

      protected String logoImage
  • Constructor Details

    • SetLogoImageCommand

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

      public SetLogoImageCommand(String componentId, String logoImage)
  • Method Details