TableColumn
.
TableCell
control.
TableCell
Modifier and Type | Field and Description |
---|---|
private final BehaviorBase |
Access | Constructor and Description |
---|---|
public | TableCellSkin(TableCell<S, T>
The control that this skin should be installed onto. control)Creates a new TableCellSkin instance, installing the necessary child
nodes into the Control |
Modifier and Type | Method and Description |
---|---|
public void | dispose()
Overrides javafx. Implements javafx. Called when a previously installed skin is about to be removed from its associated control. |
public ReadOnlyObjectProperty | tableColumnProperty()
Implements abstract javafx. The TableColumnBase instance that is responsible for this Cell. |
behavior | back to summary |
---|---|
private final BehaviorBase<TableCell<S, T>> behavior |
TableCellSkin | back to summary |
---|---|
public TableCellSkin(TableCell<S, T> control) Creates a new TableCellSkin instance, installing the necessary child
nodes into the Control
|
dispose | back to summary |
---|---|
public void dispose() Overrides javafx. Implements javafx. Doc from javafx. Called when a previously installed skin is about to be removed from its associated control.
This allows the skin to do clean up, like removing listeners and bindings, and undo any changes
to the control's properties.
After this method completes,
Calling
|
tableColumnProperty | back to summary |
---|---|
public ReadOnlyObjectProperty Implements abstract javafx. Doc from javafx. The TableColumnBase instance that is responsible for this Cell.
|