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, toString
public RowId getNewRowId()
QueryDelegate.RowIdChangeEvent
getNewRowId
in interface QueryDelegate.RowIdChangeEvent
public RowId getOldRowId()
QueryDelegate.RowIdChangeEvent
getOldRowId
in interface QueryDelegate.RowIdChangeEvent
Copyright © 2022 Vaadin Ltd. All rights reserved.