| Package | Description |
|---|---|
| xyz.cofe.data | |
| xyz.cofe.data.store | |
| xyz.cofe.gui.swing.table |
| Modifier and Type | Method and Description |
|---|---|
DataRow |
DataTableInserting.getDataRow() |
DataRow |
DataRowEvent.getRow() |
DataRow |
DataCellUpdated.getRow() |
DataRow |
DataTableInserting.go()
Производит вставку строки
|
DataRow |
DataTable.row(int row)
Возвращает строку по индексу из рабочего набора
|
| Modifier and Type | Method and Description |
|---|---|
Set<DataRow> |
DataTable.InternalRun.getDeletedRows() |
Set<DataRow> |
DataTable.InternalRun.getInsertedRows() |
List<DataRow> |
DataTable.InternalRun.getWorkedRows() |
Iterable<DataRow> |
DataTable.rowsIterable() |
Iterable<DataRow> |
DataTable.rowsIterable(DataRowState... states) |
Iterable<DataRow> |
DataTable.rowsIterableAll()
Возвращает все строки включая удаленные
|
Iterator<DataRow> |
DataTable.rowsIterator() |
List<DataRow> |
DataTable.rowsList(DataRowState... states) |
| Modifier and Type | Method and Description |
|---|---|
Object |
DataTable.WorkedRowsOnDeletedTacking.apply(Integer idx,
DataRow oldrow,
DataRow nullRow) |
Object |
DataTable.WorkedRowsOnUpdateInsertTracking.apply(Integer idx,
DataRow oldrow,
DataRow newrow) |
Object |
DataTable.NullRowsDisabler.apply(Integer idx,
DataRow old,
DataRow cur) |
void |
DataTableBuilder.changedRow(DataRow row) |
void |
DataTable.delete(DataRow row) |
void |
DataTableBuilder.deletedRow(DataRow row) |
void |
DataTable.fixed(DataRow row)
Фиксация изменений
|
void |
DataTable.fixed(DataRow row,
boolean addEvents)
Фиксация изменений
|
int |
DataTable.indexOf(DataRow mrow) |
void |
DataTable.insert(DataRow row) |
void |
DataTableBuilder.insertedRow(DataRow row) |
boolean |
DataTable.isDeleted(DataRow mrow) |
boolean |
DataTable.isInserted(DataRow mrow) |
boolean |
DataTable.isUpdated(DataRow row) |
void |
DataTable.rollback(DataRow row)
Откат изменений строки
|
void |
DataTable.rollback(DataRow row,
boolean addEvents)
Откат изменений строки
|
void |
DataTableInserting.setDataRow(DataRow dataRow) |
void |
DataRowEvent.setRow(DataRow row) |
void |
DataCellUpdated.setRow(DataRow nrow) |
DataRowState |
DataTable.stateOf(DataRow row) |
void |
DataTableBuilder.unchangedRow(DataRow row) |
| Constructor and Description |
|---|
DataIndexRowEvent(DataTable mt,
DataRow mr) |
DataIndexRowEvent(DataTable mt,
DataRow mr,
int ri) |
DataRow(DataRow sample)
Конструктор копирования
|
DataRowChangesCanceled(DataTable mtable,
DataRow mrow) |
DataRowChangesFixed(DataTable mtable,
DataRow mrow) |
DataRowClosed(DataTable mt,
DataRow mr) |
DataRowDeleted(DataTable mtable,
DataRow mrow,
int ridx) |
DataRowErased(DataTable mt,
DataRow mr) |
DataRowErased(DataTable mt,
DataRow mr,
int ri) |
DataRowEvent(DataTable mt,
DataRow mr) |
DataRowInserted(DataTable mtable,
DataRow mrow,
int ridx) |
DataRowStateChanged(DataTable mt,
DataRow mr,
DataRowState s0,
DataRowState s1) |
DataRowUndeleted(DataTable mtable,
DataRow mrow,
int ridx) |
| Constructor and Description |
|---|
DataTable(DataColumn[] columns,
Iterable<DataRow> rows,
Iterable<DataRow> inserted,
Iterable<DataRow> deleted) |
DataTable(DataColumn[] columns,
Iterable<DataRow> rows,
Iterable<DataRow> inserted,
Iterable<DataRow> deleted) |
DataTable(DataColumn[] columns,
Iterable<DataRow> rows,
Iterable<DataRow> inserted,
Iterable<DataRow> deleted) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
CSVSpecialColumn.asString(DataRow dr)
Возвращает специальное значение строки
|
String |
CSVSpecialColumn.RowStateColumn.asString(DataRow dr) |
void |
TableBuilder.changedRow(DataRow row) |
void |
TableBuilder.deletedRow(DataRow row) |
void |
TableBuilder.insertedRow(DataRow row) |
protected String[] |
CSVStore.toStringArray(DataTable dt,
DataRow row) |
void |
TableBuilder.unchangedRow(DataRow row) |
void |
XmlStorage.write(XMLStreamWriter xout,
DataRow memRow) |
| Modifier and Type | Field and Description |
|---|---|
protected EventList<DataRow> |
DataTableModel.newRows
Новые строки данных (Detached) для добавления
|
| Modifier and Type | Method and Description |
|---|---|
DataRow[] |
DataTableModel.getCreatedRows() |
DataRow |
DataTableModel.row(int row) |
| Modifier and Type | Method and Description |
|---|---|
Map<DataRow,Integer> |
DataTableModel.indexOfMap(Iterable<DataRow> rows) |
Map<DataRow,Integer> |
DataTableModel.indexOfMap(Iterable<DataRow> rows,
boolean skipNegative) |
Map<Integer,DataRow> |
DataTableModel.rowmap(Iterable<Integer> rows) |
Map<Integer,DataRow> |
DataTableModel.rowmap(Iterable<Integer> rows,
boolean skipNull) |
| Modifier and Type | Method and Description |
|---|---|
Object |
DataTableStateColumn.getValueFor(DataRow dr,
int rowIndex,
DataTableModel dtModel) |
abstract Object |
DataTableModelColumn.getValueFor(DataRow dr,
int rowIndex,
DataTableModel dtModel)
Полчение значения
|
int |
DataTableModel.indexOf(DataRow row) |
void |
DataTableModel.insertRow(DataRow dr)
Вставка созданной/новой строки
|
protected void |
DataTableModel.onDeletedAdded(DataRow dr) |
protected void |
DataTableModel.onDeletedRemoved(DataRow dr) |
| Modifier and Type | Method and Description |
|---|---|
Map<DataRow,Integer> |
DataTableModel.indexOfMap(Iterable<DataRow> rows) |
Map<DataRow,Integer> |
DataTableModel.indexOfMap(Iterable<DataRow> rows,
boolean skipNegative) |
Copyright © 2018. All rights reserved.