public abstract class ObjectComponent<T> extends Component
| Type | Property and Description |
|---|---|
javafx.beans.property.ObjectProperty<T> |
value |
| Constructor and Description |
|---|
ObjectComponent(T initialValue)
Constructs an object value component with given
initial value.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getValue() |
void |
setValue(T value)
Set value to this component.
|
String |
toString() |
javafx.beans.property.ObjectProperty<T> |
valueProperty() |
public final javafx.beans.property.ObjectProperty<T> valueProperty
getValue(),
setValue(T)public ObjectComponent(T initialValue)
initialValue - the initial valuepublic final javafx.beans.property.ObjectProperty<T> valueProperty()
getValue(),
setValue(T)public final T getValue()
public final void setValue(T value)
value - new valueCopyright © 2018. All rights reserved.