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

xworker.javafx.control.ComboBoxBase.dml Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version



    Abstract base class for ComboBox-like controls. A ComboBox typically has a button that, when clicked, will pop up some means of allowing a user to select one or more values (depending on the implementation). This base class makes no assumptions about what happens when the show() and hide() methods are called, however commonly this results in either a popup or dialog appearing that allows for the user to provide the required information.

]]>
Specifies whether the ComboBox allows for user input.

]]>
The ComboBox prompt text to display, or null if no prompt text is displayed.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy