Class RecordAddedEventData<RECORD>

java.lang.Object
org.teamapps.ux.component.table.RecordAddedEventData<RECORD>

public class RecordAddedEventData<RECORD> extends Object
  • Constructor Details

    • RecordAddedEventData

      public RecordAddedEventData(RECORD record, int index)
    • RecordAddedEventData

      public RecordAddedEventData(List<RECORD> records, int index)
  • Method Details

    • getRecords

      public List<RECORD> getRecords()
    • getIndex

      public int getIndex()