Package org.teamapps.ux.component.table
Class RecordAddedEventData<RECORD>
java.lang.Object
org.teamapps.ux.component.table.RecordAddedEventData<RECORD>
public class RecordAddedEventData<RECORD>
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description RecordAddedEventData(java.util.List<RECORD> records, int index)RecordAddedEventData(RECORD record, int index) -
Method Summary
Modifier and Type Method Description intgetIndex()java.util.List<RECORD>getRecords()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RecordAddedEventData
-
RecordAddedEventData
-
-
Method Details
-
getRecords
-
getIndex
public int getIndex()
-