Class UiMap2.SetStyleUrlCommand

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

public static class UiMap2.SetStyleUrlCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • styleUrl

      protected String styleUrl
  • Constructor Details

    • SetStyleUrlCommand

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

      public SetStyleUrlCommand(String componentId, String styleUrl)
  • Method Details