We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.data.util.sqlcontainer.query.
Class TableQuery.RowIdChangeEvent
java.lang.Object
java.util.EventObject
com.vaadin.data.util.sqlcontainer.query.TableQuery.RowIdChangeEvent
All Implemented Interfaces:
Enclosing class:
- extends EventObject
- implements QueryDelegate.RowIdChangeEvent
public class TableQuery.RowIdChangeEvent
Simple RowIdChangeEvent implementation.
See Also:
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 |
---|
getNewRowId
public RowId getNewRowId()
- Specified by:
getNewRowId
in interfaceQueryDelegate.RowIdChangeEvent
- Returns:
- new RowId
Description copied from interface: QueryDelegate.RowIdChangeEvent
Gets the new, possibly database assigned RowId of the added row that raised this event.
getOldRowId
public RowId getOldRowId()
- Specified by:
getOldRowId
in interfaceQueryDelegate.RowIdChangeEvent
- Returns:
- old RowId
Description copied from interface: QueryDelegate.RowIdChangeEvent
Gets the old (temporary) RowId of the added row that raised this event.