Package org.teamapps.ux.component.table
Class CellClickedEvent<RECORD>
java.lang.Object
org.teamapps.ux.component.table.CellClickedEvent<RECORD>
public class CellClickedEvent<RECORD>
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description CellClickedEvent(RECORD record, TableColumn<RECORD> column) -
Method Summary
Modifier and Type Method Description TableColumn<RECORD>getColumn()RECORDgetRecord()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CellClickedEvent
-
-
Method Details
-
getRecord
-
getColumn
-