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