|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.vaadin.data.util.sqlcontainer.query.TableQuery.RowIdChangeEvent
public static class TableQuery.RowIdChangeEvent
Simple RowIdChangeEvent implementation.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Method Summary | |
---|---|
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. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public RowId getNewRowId()
QueryDelegate.RowIdChangeEvent
getNewRowId
in interface QueryDelegate.RowIdChangeEvent
public RowId getOldRowId()
QueryDelegate.RowIdChangeEvent
getOldRowId
in interface QueryDelegate.RowIdChangeEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |