Class UiInfiniteItemView.CloseContextMenuCommand

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

public static class UiInfiniteItemView.CloseContextMenuCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • requestId

      protected int requestId
  • Constructor Details

    • CloseContextMenuCommand

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

      public CloseContextMenuCommand(String componentId, int requestId)
  • Method Details