Class UiTable.SelectRowsCommand

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

public static class UiTable.SelectRowsCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • rowIndexes

      protected List<Integer> rowIndexes
    • scrollToFirstRowIndex

      protected boolean scrollToFirstRowIndex
  • Constructor Details

    • SelectRowsCommand

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

      public SelectRowsCommand(String componentId, List<Integer> rowIndexes, boolean scrollToFirstRowIndex)
  • Method Details