|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - public interface TableView<E>
View of an underlying Table. A TableView does not have an own data structure, instead it relies on the data
structure of another existing Table. This implies that all modifications made to a TableView are made to the
underlying Table and vice versa.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.omnaest.utils.structure.table.subspecification.TableCloneable |
|---|
TableCloneable.TableCloner<E> |
| Method Summary | |
|---|---|
boolean |
equals(TableView<E> tableView)
|
TableView<E> |
refresh()
Recalculates the underlying TableSelectable.Selection and updates the TableView with the new results |
| Methods inherited from interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable |
|---|
cells, columns, contains, convert, equals, getCell, getCell, getCell, getCell, getCell, getCellElement, getCellElement, getCellElementList, getCellList, getColumn, getColumn, getColumnList, getColumnTitleValue, getColumnTitleValueList, getFirstColumn, getFirstRow, getLastColumn, getLastRow, getRow, getRow, getRowList, getRowTitleValue, getRowTitleValueList, getTableName, getTableSize, hasColumnTitles, hasRowTitles, hasTableName, iterator, iteratorCell, iteratorColumn, processTableCells, rows |
| Methods inherited from interface org.omnaest.utils.structure.table.subspecification.TableCloneable |
|---|
clone |
| Method Detail |
|---|
boolean equals(TableView<E> tableView)
tableView -
TableView<E> refresh()
TableSelectable.Selection and updates the TableView with the new results
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||