Searched refs:RowSetEventListener (Results 1 – 9 of 9) sorted by relevance
389 final RowSetEventListener pRow = new RowSetEventListener(); in testRowSetEvents()410 moves[RowSetEventListener.APPROVE_CURSOR_MOVE] = true; in testRowSetEvents()411 moves[RowSetEventListener.COLUMN_VALUE] = true; in testRowSetEvents()412 moves[RowSetEventListener.CURSOR_MOVED] = true; in testRowSetEvents()413 moves[RowSetEventListener.IS_ROW_COUNT_FINAL] = true; in testRowSetEvents()414 moves[RowSetEventListener.ROW_COUNT] = true; in testRowSetEvents()418 moves[RowSetEventListener.IS_ROW_COUNT_FINAL] = false; in testRowSetEvents()419 moves[RowSetEventListener.ROW_COUNT] = false; in testRowSetEvents()428 moves[RowSetEventListener.IS_MODIFIED] = true; in testRowSetEvents()433 moves[RowSetEventListener.IS_MODIFIED] = false; in testRowSetEvents()[all …]
32 public final class RowSetEventListener implements XRowSetApproveListener,XRowSetListener,XPropertyC… class47 RowSetEventListener(){ in RowSetEventListener() method in RowSetEventListener
184 RowSetEventListener pRow = new RowSetEventListener(); in showRowSetEvents()
29 public class RowSetEventListener implements XRowSetApproveListener,XRowSetListener class
43 $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/RowSetEventListener.java \
49 RowSetEventListener.java \
48 dbaccess/qa/complex/dbaccess/RowSetEventListener \
529 friend class RowSetEventListener;
103 class RowSetEventListener : public ::cppu::WeakImplHelper1<XRowsChangeListener> class107 RowSetEventListener(DbGridControl* i_pControl) : m_pControl(i_pControl) in RowSetEventListener() function in RowSetEventListener1601 m_xRowSetListener = new RowSetEventListener(this); in setDataSource()