Class UiDocumentViewer.SetPageSpacingCommand

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

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

    • componentId

      protected String componentId
    • pageSpacing

      protected int pageSpacing
  • Constructor Details

    • SetPageSpacingCommand

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

      public SetPageSpacingCommand(String componentId, int pageSpacing)
  • Method Details