Java javafx.scene.control ComboBox fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.control ComboBox fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.control ComboBox.

The text is from its open source code.

Subclass

javafx.scene.control.ComboBox has subclasses.
Click this link to see all its subclasses.

Constructor

ComboBox()
Creates a default ComboBox instance with an empty #itemsProperty() items list and default #selectionModelProperty() selection model .
ComboBox(ObservableList items)
Creates a default ComboBox instance with the provided items list and a default #selectionModelProperty() selection model .

Method

ObjectProperty,ListCell>>cellFactoryProperty()
ObjectProperty>converterProperty()
Converts the user-typed input (when the ComboBox is #editableProperty() editable ) to an object of type T, such that the input may be retrieved via the #valueProperty() value property.
ReadOnlyObjectPropertyeditorProperty()
ListCellgetButtonCell()
Callback,ListCell>getCellFactory()
StringConvertergetConverter()
TextFieldgetEditor()
ObservableListgetItems()
SingleSelectionModelgetSelectionModel()
intgetVisibleRowCount()
ObjectProperty>itemsProperty()
ObjectProperty>selectionModelProperty()
voidsetCellFactory(Callback, ListCell> value)
voidsetConverter(StringConverter value)
voidsetItems(ObservableList value)
voidsetVisibleRowCount(int value)
IntegerPropertyvisibleRowCountProperty()