Class UiDocumentViewer.SetPageShadowCommand

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

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

    • componentId

      protected String componentId
    • pageShadow

      protected UiShadow pageShadow
  • Constructor Details

    • SetPageShadowCommand

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

      public SetPageShadowCommand(String componentId, UiShadow pageShadow)
  • Method Details