public class DynamicTextTableCell extends Object implements ITableCell
| Type | Property and Description |
|---|---|
javafx.beans.property.StringProperty |
value |
| Modifier and Type | Field and Description |
|---|---|
private javafx.beans.property.StringProperty |
value |
| Constructor and Description |
|---|
DynamicTextTableCell() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value of the property value.
|
void |
setValue(Integer value) |
void |
setValue(String value)
Sets the value of the property value.
|
javafx.beans.property.StringProperty |
valueProperty() |
public javafx.beans.property.StringProperty valueProperty
getValue(),
setValue(String)public javafx.beans.property.StringProperty valueProperty()
getValue(),
setValue(String)public void setValue(String value)
public String getValue()
public void setValue(Integer value)
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.