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.Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.