| Package | Description |
|---|---|
| xyz.cofe.collection.table |
Таблицы, обход таблицы
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Table.ClearedEvent<R,C,V>
Событие - очистка таблицы
|
static class |
Table.ColumnAddedEvent<R,C,V>
Колонка добавлена
|
static class |
Table.ColumnChagnedEvent<R,C,V>
Событие изменения таблицы - колонки
|
static class |
Table.ColumnDeletedEvent<R,C,V>
Колонка удалена
|
static class |
Table.RowAddedEvent<R,C,V>
Событие - строка добавлена
|
static class |
Table.RowChagnedEvent<R,C,V>
Событие табилцы - изменение колонки
|
static class |
Table.RowDeletedEvent<R,C,V>
Событие - строка удалена
|
static class |
Table.ValueChagnedEvent<R,C,V>
Событие - изменение значения ячейки
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Table.fireEvent(Table.Event<Row,Column,Value> event)
Рассылает подписчикам событие
|
void |
Table.Listener.tableEvent(Table.Event<R,C,V> event)
Событие таблицы
|
void |
Table.Adapter.tableEvent(Table.Event<Row,Column,Value> event) |
Copyright © 2017. All rights reserved.