afxcontrolwrapper.org.controlsfx.control.BreadCrumbBar.BreadCrumbButton.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of actionfx-controlsfx Show documentation
Show all versions of actionfx-controlsfx Show documentation
actionfx-controlsfx: This module contains an integration of the ControlsFX (https://github.com/controlsfx/controlsfx) framework into ActionFX.
# Defines how to access a JavaFX control.
#
# In case you have a custom control not taken directly taken from JavaFX, you can create the following file:
#
# Filename: /afxcontrolwrapper/.properties
# Supported property entries:
# Property Key | Property Value | Example Values
# -------------------------------------------------------------------------------------------------------------------------------------------------------
# valueProperty | Property name holding a single "value" | "text" (e.g. for TextField), "value" (e.g. for ComboBox)
# itemsObservableList | Name of an observable list holding all possible "values" | "items" (e.g. for ComboBox)
# selectionModelProperty | Property name holding the "selectionModel" | "selectionModel" (e.g. for TableView)
#
# In case a certain property is not supported by the control (e.g. no support for a "SelectionModel"), then the property must be left empty.
#
valueProperty=text
itemsObservableList=
selectionModelProperty=