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,VALUE> column, VALUE currentValue) -
Method Summary
Modifier and Type Method Description TableColumn<RECORD,VALUE>getColumn()VALUEgetCurrentValue()AbstractFieldgetField()java.lang.StringgetPropertyName()RECORDgetRecord()
-
Constructor Details
-
CellEditingStartedEvent
public CellEditingStartedEvent(RECORD record, TableColumn<RECORD,VALUE> column, VALUE currentValue)
-
-
Method Details
-
getRecord
-
getColumn
-
getPropertyName
public java.lang.String getPropertyName() -
getField
-
getCurrentValue
-