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