void |
DataTable.add(RowData row_data) |
Adds a given 'RowData' object to the table.
|
void |
DataTable.add(RowData[] row_data_arr) |
Adds an array of 'RowData' objects to the table.
|
int |
DatabaseConnection.TriggeredOldNewDataSource.addRow(RowData row_data) |
|
private void |
DataTable.addRow(RowData row) |
Adds a new row of data to the table.
|
int |
DataTableFile.addRow(RowData row_data) |
Adds a complete new row into the table.
|
int |
GTDataSource.addRow(RowData row_data) |
|
(package private) int |
MasterTableDataSource.addRow(RowData data) |
Adds a new row to this table and returns an index that is used to
reference this row by the 'getCellContents' method.
|
int |
MasterTableDataSource.MMutableTableDataSource.addRow(RowData row_data) |
|
int |
MutableTableDataSource.addRow(RowData row_data) |
Adds a row to the source.
|
(package private) abstract int |
MasterTableDataSource.internalAddRow(RowData data) |
Adds a new row to this table and returns an index that is used to
reference this row by the 'getCellContents' method.
|
(package private) int |
V1MasterTableDataSource.internalAddRow(RowData data) |
|
(package private) int |
V2MasterTableDataSource.internalAddRow(RowData data) |
|
void |
MasterTableListener.rowAdded(int row_number,
RowData row_data) |
Notifies of a new row addition to the underlying representation.
|
(package private) void |
DatabaseConnection.TriggeredOldNewDataSource.setRowData(RowData row_data) |
|
int |
DatabaseConnection.TriggeredOldNewDataSource.updateRow(int row_index,
RowData row_data) |
|
private void |
DataTable.updateRow(int row_number,
RowData row) |
Updates the given row with the given data in this table.
|
int |
GTDataSource.updateRow(int row_index,
RowData row_data) |
|
int |
MasterTableDataSource.MMutableTableDataSource.updateRow(int row_index,
RowData row_data) |
|
int |
MutableTableDataSource.updateRow(int row_index,
RowData row_data) |
Updates a row in the source.
|
private long |
V2MasterTableDataSource.writeRecordToStore(RowData data) |
Writes a record to the store and returns a pointer to the area that
represents the new record.
|