T - the data type that the PopupContent represents.public interface PopupContent<T>
setValue(Object) method and also listen to the change of the value using the valueProperty().| Type | Property and Description |
|---|---|
javafx.beans.value.ObservableValue<T> |
value
The observable value that the owner of the popup content can listen to.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Gets the value.
|
void |
setValue(T value)
Sets the value.
|
javafx.beans.value.ObservableValue<T> |
valueProperty()
The observable value that the owner of the popup content can listen to.
|
javafx.beans.value.ObservableValue<T> valueProperty
getValue(),
setValue(T)javafx.beans.value.ObservableValue<T> valueProperty()
getValue(),
setValue(T)T getValue()
void setValue(T value)
value - the new value