Class UiInfiniteItemView2.SetSelectedRecordCommand

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

public static class UiInfiniteItemView2.SetSelectedRecordCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • uiRecordId

      protected Integer uiRecordId
  • Constructor Details

    • SetSelectedRecordCommand

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

      public SetSelectedRecordCommand(String componentId, Integer uiRecordId)
  • Method Details