Uses of Interface
com.vaadin.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeListener
-
Packages that use QueryDelegate.RowIdChangeListener Package Description com.vaadin.data.util.sqlcontainer com.vaadin.data.util.sqlcontainer.query -
-
Uses of QueryDelegate.RowIdChangeListener in com.vaadin.data.util.sqlcontainer
Methods in com.vaadin.data.util.sqlcontainer with parameters of type QueryDelegate.RowIdChangeListener Modifier and Type Method Description voidSQLContainer. addListener(QueryDelegate.RowIdChangeListener listener)Deprecated.As of 7.0, replaced bySQLContainer.addRowIdChangeListener(RowIdChangeListener)voidSQLContainer. addRowIdChangeListener(QueryDelegate.RowIdChangeListener listener)Adds a RowIdChangeListener to the QueryDelegatevoidSQLContainer. removeListener(QueryDelegate.RowIdChangeListener listener)Deprecated.As of 7.0, replaced bySQLContainer.removeRowIdChangeListener(RowIdChangeListener)voidSQLContainer. removeRowIdChangeListener(QueryDelegate.RowIdChangeListener listener)Removes a RowIdChangeListener from the QueryDelegate -
Uses of QueryDelegate.RowIdChangeListener in com.vaadin.data.util.sqlcontainer.query
-