|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.datasource.DataModelAdapter
DataModelListener adapter for DataModelEvent.
DataModelEvent
,
Serialized FormConstructor Summary | |
DataModelAdapter()
|
Method Summary | |
void |
afterChangeOfRowData(com.klg.jclass.datasource.DataModelEvent e)
A row has changed, re-read all its cells and its status to reflect the new values. |
void |
afterDeleteRow(com.klg.jclass.datasource.DataModelEvent e)
Removes the row from the display. |
void |
afterInsertRow(com.klg.jclass.datasource.DataModelEvent e)
A new row has been added to the datasource. |
void |
afterMoveToCurrentRow(com.klg.jclass.datasource.DataModelEvent e)
The global cursor has moved to a new row. |
void |
afterRequeryRowAndDetails(com.klg.jclass.datasource.DataModelEvent e)
Re-reads the indicated row and refresh all open children under this row. |
void |
afterRequeryTable(com.klg.jclass.datasource.DataModelEvent e)
Re-read this table and refresh all open children in this table. |
void |
afterReset(com.klg.jclass.datasource.DataModelEvent e)
Listeners must close all expanded views and reset/reread the root node. |
void |
beforeCancelAll(com.klg.jclass.datasource.DataModelEvent e)
Called before all changes are cancelled. |
void |
beforeCancelRowChanges(com.klg.jclass.datasource.DataModelEvent e)
Called before all edits to a row are undone. |
void |
beforeCommitAll(com.klg.jclass.datasource.DataModelEvent e)
Called before all changes are committed. |
void |
beforeCommitConditional(com.klg.jclass.datasource.DataModelEvent e)
Called when the root-level bookmark for a subtree changes. |
void |
beforeCommitRow(com.klg.jclass.datasource.DataModelEvent e)
Called before single row is committed to data source. |
void |
beforeDeleteRow(com.klg.jclass.datasource.DataModelEvent e)
Called before a row is [logically] deleted. |
void |
beforeDeleteTable(com.klg.jclass.datasource.DataModelEvent e)
The indicated DataTable will be deleted and flushed from the cache. |
void |
beforeEditCell(com.klg.jclass.datasource.DataModelEvent e)
Called before a cell is edited. |
void |
beforeInsertRow(com.klg.jclass.datasource.DataModelEvent e)
Called before a row is inserted. |
void |
beforeMoveToCurrentRow(com.klg.jclass.datasource.DataModelEvent e)
The global cursor will move to a new row. |
void |
beforeRequery(com.klg.jclass.datasource.DataModelEvent e)
Called when either DataTableModel.requeryRowAndDetails() or DataTableModel.requeryRow() is called. |
void |
beforeReset(com.klg.jclass.datasource.DataModelEvent e)
Called before entire grid is reset. |
void |
beginEvents(com.klg.jclass.datasource.DataModelEvent e)
Notification that multiple events are coming. |
void |
endEvents(com.klg.jclass.datasource.DataModelEvent e)
Notification that multiple events are complete. |
void |
initialize(com.klg.jclass.datasource.DataModelEvent e)
For internal use only Used by the JCData bean. |
void |
originatorNavigateRow(com.klg.jclass.datasource.DataModelEvent e)
The current row has been deleted and the originator of the deletion should now reposition the global cursor to a new, valid row. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataModelAdapter()
Method Detail |
public void beforeInsertRow(com.klg.jclass.datasource.DataModelEvent e)
beforeInsertRow
in interface DataModelListener
DataTableModel.addRow(com.klg.jclass.datasource.DataModelListener)
public void beforeReset(com.klg.jclass.datasource.DataModelEvent e)
beforeReset
in interface DataModelListener
DataModel.requeryAll(com.klg.jclass.datasource.DataModelListener)
public void beforeRequery(com.klg.jclass.datasource.DataModelEvent e)
beforeRequery
in interface DataModelListener
DataTableModel.requeryRow(com.klg.jclass.datasource.DataModelListener, long)
,
DataTableModel.requeryRowAndDetails(com.klg.jclass.datasource.DataModelListener, long)
public void beforeEditCell(com.klg.jclass.datasource.DataModelEvent e)
beforeEditCell
in interface DataModelListener
DataTableModel.updateCell(com.klg.jclass.datasource.DataModelListener, long, java.lang.String, java.lang.Object)
public void beforeDeleteRow(com.klg.jclass.datasource.DataModelEvent e)
beforeDeleteRow
in interface DataModelListener
DataTableModel.deleteRow(com.klg.jclass.datasource.DataModelListener, long)
,
MetaDataModel.getCommitPolicy()
public void beforeCommitAll(com.klg.jclass.datasource.DataModelEvent e)
beforeCommitAll
in interface DataModelListener
DataModel.updateAll(com.klg.jclass.datasource.DataModelListener)
public void beforeCancelAll(com.klg.jclass.datasource.DataModelEvent e)
beforeCancelAll
in interface DataModelListener
DataModel.cancelAll(com.klg.jclass.datasource.DataModelListener)
public void beforeCancelRowChanges(com.klg.jclass.datasource.DataModelEvent e)
beforeCancelRowChanges
in interface DataModelListener
DataTableModel.cancelRowChanges(com.klg.jclass.datasource.DataModelListener, long)
public void beforeCommitConditional(com.klg.jclass.datasource.DataModelEvent e)
beforeCommitConditional
in interface DataModelListener
public void beforeCommitRow(com.klg.jclass.datasource.DataModelEvent e)
beforeCommitRow
in interface DataModelListener
DataTableModel.commitRow(com.klg.jclass.datasource.DataModelListener, long)
public void beforeMoveToCurrentRow(com.klg.jclass.datasource.DataModelEvent e)
beforeMoveToCurrentRow
in interface DataModelListener
public void beforeDeleteTable(com.klg.jclass.datasource.DataModelEvent e)
beforeDeleteTable
in interface DataModelListener
public void afterChangeOfRowData(com.klg.jclass.datasource.DataModelEvent e)
afterChangeOfRowData
in interface ReadOnlyBindingListener
public void afterInsertRow(com.klg.jclass.datasource.DataModelEvent e)
afterInsertRow
in interface ReadOnlyBindingListener
public void afterDeleteRow(com.klg.jclass.datasource.DataModelEvent e)
afterDeleteRow
in interface ReadOnlyBindingListener
public void afterReset(com.klg.jclass.datasource.DataModelEvent e)
afterReset
in interface ReadOnlyBindingListener
DataModel.requeryAll(com.klg.jclass.datasource.DataModelListener)
public void afterMoveToCurrentRow(com.klg.jclass.datasource.DataModelEvent e)
afterMoveToCurrentRow
in interface ReadOnlyBindingListener
public void afterRequeryRowAndDetails(com.klg.jclass.datasource.DataModelEvent e)
afterRequeryRowAndDetails
in interface ReadOnlyBindingListener
public void afterRequeryTable(com.klg.jclass.datasource.DataModelEvent e)
afterRequeryTable
in interface ReadOnlyBindingListener
public void beginEvents(com.klg.jclass.datasource.DataModelEvent e)
beginEvents
in interface ReadOnlyBindingListener
public void endEvents(com.klg.jclass.datasource.DataModelEvent e)
endEvents
in interface ReadOnlyBindingListener
public void originatorNavigateRow(com.klg.jclass.datasource.DataModelEvent e)
originatorNavigateRow
in interface DataModelListener
public void initialize(com.klg.jclass.datasource.DataModelEvent e)
initialize
in interface ReadOnlyBindingListener
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |