Searched refs:RowSetEventListener (Results 1 – 9 of 9) sorted by relevance
389 final RowSetEventListener pRow = new RowSetEventListener(); in testRowSetEvents()447 moves[RowSetEventListener.IS_NEW] = true; in testRowSetEvents()538 …(!_must[RowSetEventListener.APPROVE_CURSOR_MOVE] || calling[RowSetEventListener.APPROVE_CURSOR_MOV… in testCursorMove()540 …(!_must[RowSetEventListener.APPROVE_ROW_CHANGE] || calling[RowSetEventListener.APPROVE_ROW_CHANGE]… in testCursorMove()542 …(!_must[RowSetEventListener.COLUMN_VALUE] || calling[RowSetEventListener.COLUMN_VALUE] == -1) || c… in testCursorMove()544 …(!_must[RowSetEventListener.CURSOR_MOVED] || calling[RowSetEventListener.CURSOR_MOVED] == -1) || c… in testCursorMove()546 …(!_must[RowSetEventListener.ROW_CHANGED] || calling[RowSetEventListener.ROW_CHANGED] == -1) || cal… in testCursorMove()548 …(!_must[RowSetEventListener.IS_MODIFIED] || calling[RowSetEventListener.IS_MODIFIED] == -1) || cal… in testCursorMove()550 …(!_must[RowSetEventListener.IS_NEW] || calling[RowSetEventListener.IS_NEW] == -1) || calling[RowSe… in testCursorMove()552 …(!_must[RowSetEventListener.ROW_COUNT] || calling[RowSetEventListener.ROW_COUNT] == -1) || calling… in testCursorMove()[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()
Completed in 90 milliseconds