Class UiDocumentViewer.SetPageUrlsCommand

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

public static class UiDocumentViewer.SetPageUrlsCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • pageUrls

      protected List<String> pageUrls
  • Constructor Details

    • SetPageUrlsCommand

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

      public SetPageUrlsCommand(String componentId, List<String> pageUrls)
  • Method Details