All Downloads are FREE. Search and download functionalities are using the official Maven repository.

afxcontrolwrapper.org.controlsfx.control.BreadCrumbBar.BreadCrumbButton.properties Maven / Gradle / Ivy

# 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=




© 2015 - 2025 Weber Informatics LLC | Privacy Policy