Class UiDocumentViewer.SetPadddingCommand

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

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

    • componentId

      protected String componentId
    • padding

      protected int padding
  • Constructor Details

    • SetPadddingCommand

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

      public SetPadddingCommand(String componentId, int padding)
  • Method Details