S - The TableView typeT - The TableColumn typepublic static class TableColumn.CellDataFeatures<S,T> extends Object
Cell. Once
instantiated, this class is immutable.| Constructor and Description |
|---|
CellDataFeatures(TableView<S> tableView,
TableColumn<S,T> tableColumn,
S value)
Instantiates a CellDataFeatures instance with the given properties
set as read-only values of this instance.
|
| Modifier and Type | Method and Description |
|---|---|
TableColumn<S,T> |
getTableColumn()
Returns the
TableColumn passed in to the constructor. |
TableView<S> |
getTableView()
Returns the
TableView passed in to the constructor. |
S |
getValue()
Returns the value passed in to the constructor.
|
public CellDataFeatures(TableView<S> tableView, TableColumn<S,T> tableColumn, S value)
tableView - The TableView that this instance refers to.tableColumn - The TableColumn that this instance refers to.value - The value for a row in the TableView.public S getValue()
public TableColumn<S,T> getTableColumn()
TableColumn passed in to the constructor.Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.