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

afxcontrolwrapper.org.controlsfx.control.InfoOverlay.properties Maven / Gradle / Ivy

Go to download

actionfx-controlsfx: This module contains an integration of the ControlsFX (https://github.com/controlsfx/controlsfx) framework into ActionFX.

There is a newer version: 1.6.0
Show newest version
# 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 - 2024 Weber Informatics LLC | Privacy Policy