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