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

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

Introduction

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

The text is from its open source code.

Constructor

CheckBoxListCell(final Callback> getSelectedProperty, final StringConverter converter)
Creates a CheckBoxListCell with a custom string converter.

Method

Callback,ListCell>forListView( final Callback> getSelectedProperty)
Creates a cell factory for use in ListView controls.
Callback,ListCell>forListView( final Callback> getSelectedProperty, final StringConverter converter)
Creates a cell factory for use in ListView controls.