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

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

There is a newer version: 2.0.2
Show newest version



    The ChoiceBox is used for presenting the user with a relatively small set of predefined choices from which they may choose. The ChoiceBox, when "showing", will display to the user these choices and allow them to pick exactly one choice. When not showing, the current choice is displayed.

]]>
Allows a way to specify how to represent objects in the items list.

]]>
The items to display in the choice box.

接受Iterable<Object>类型。

]]>
The value of this ChoiceBox is defined as the selected item in the ChoiceBox selection model.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy