Class UiDocumentViewer.SetPageBorderCommand

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

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

    • componentId

      protected String componentId
    • pageBorder

      protected UiBorder pageBorder
  • Constructor Details

    • SetPageBorderCommand

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

      public SetPageBorderCommand(String componentId, UiBorder pageBorder)
  • Method Details