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()  
    RECORD getRecord()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait