public interface SingleTypeWidget<T> extends Widget
Type | Property and Description |
---|---|
javafx.beans.property.Property<T> |
data
Gets a property containing the value of the source.
|
titleProperty
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.Property<T> |
dataProperty()
Gets a property containing the value of the source.
|
default T |
getData()
Gets the current value of the data source.
|
default DataType<T> |
getDataType() |
default void |
setData(T data)
Sets the current value of the data source.
|
allComponents
getName, getSettings, getTitle, getView, setTitle, titleProperty
addSource, getDataTypes, getSources, removeAllSources, removeSource
javafx.beans.property.Property<T> dataProperty
EasyBind.monadic(sourceProperty()).selectProperty(DataSource::dataProperty)
getData()
,
setData(T)
javafx.beans.property.Property<T> dataProperty()
EasyBind.monadic(sourceProperty()).selectProperty(DataSource::dataProperty)
getData()
,
setData(T)
default T getData()
default void setData(T data)