Class UiIFrame.SetUrlCommand

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

public static class UiIFrame.SetUrlCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • url

      protected String url
  • Constructor Details

    • SetUrlCommand

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

      public SetUrlCommand(String componentId, String url)
  • Method Details