public static class TableQuery.RowIdChangeEvent extends EventObject implements QueryDelegate.RowIdChangeEvent
source| Modifier and Type | Method and Description |
|---|---|
RowId |
getNewRowId()
Gets the new, possibly database assigned RowId of the added row that
raised this event.
|
RowId |
getOldRowId()
Gets the old (temporary) RowId of the added row that raised this
event.
|
getSource, toStringpublic RowId getNewRowId()
QueryDelegate.RowIdChangeEventgetNewRowId in interface QueryDelegate.RowIdChangeEventpublic RowId getOldRowId()
QueryDelegate.RowIdChangeEventgetOldRowId in interface QueryDelegate.RowIdChangeEventCopyright © 2016 Vaadin Ltd. All rights reserved.