Klasse UiTable.SelectRecordsCommand

java.lang.Object
org.teamapps.dto.UiTable.SelectRecordsCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiTable

public static class UiTable.SelectRecordsCommand extends Object implements UiCommand<Void>
  • Felddetails

    • componentId

      protected String componentId
    • recordIds

      protected List<Integer> recordIds
    • scrollToFirstRecord

      protected boolean scrollToFirstRecord
  • Konstruktordetails

    • SelectRecordsCommand

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

      public SelectRecordsCommand(String componentId, List<Integer> recordIds, boolean scrollToFirstRecord)
  • Methodendetails