public interface TableViewModel<E>
Modifier and Type | Method and Description |
---|---|
void |
attachTo(TableView<E> tableView) |
void |
detachFrom(TableView<E> tableView) |
TableColumn<E,?> |
getColumnAt(int index) |
TableViewFormat<E> |
getFormat() |
ObservableList<E> |
getSource() |
ObservableList<E> getSource()
TableViewFormat<E> getFormat()
TableColumn<E,?> getColumnAt(int index)