Spec-Zone .ru
спецификации, руководства, описания, API
|
S
- The TableView typeT
- The TableColumn typepublic static class TableColumn.CellDataFeatures<S,T>
extends java.lang.Object
Cell
. Once
instantiated, this class is immutable.Constructor and Description |
---|
TableColumn.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 TableColumn.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, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to