You see the Properties window for a CachedRowSet Table Data Provider component when you select the component's node in the
This component has the following properties.
CachedRowSetDataProvider
.You typically set the event properties by right-clicking the component's node in the Navigator window and choosing Edit Event Handler > eventname. The IDE creates the approriate event method for this data provider and opens the Java Editor so you can edit the new method.
trasactionalDataListener
This event is called when the current buffered changes have been committed.
trasactionalDataListener
This event is called when the previously committed changes have been reverted.
tableCursorListener
This event is called when the cursor has moved to another row in the table.
tableCursorListener
This event gives a listener the opportunity to veto a change, similar to the way a PropertyChangeListener
in JavaBeans can veto a change. For example, you might use this event when the user is positioned on a current row and tries to navigate away, but there are validation failures on the fields in the current row.
dataListener
This event is called when a large scale change occurs that is not an individual property change. The most common scenario is if you change the object that this data provider wraps. That event is significant because it potentially changes the set of fields that are available.
refreshableDataListener
Property description
tableDataListener
This event is called when a row has been added to the table.
tableDataListener
This event is called when a row has been removed from the table.
dataListener