Class UiInfiniteItemView2.CloseContextMenuCommand

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

public static class UiInfiniteItemView2.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