Companion Object for scalafx.scene.control.cell.ChoiceBoxTreeCell.
Companion Object for scalafx.scene.control.cell.ChoiceBoxTreeCell.
- Companion
- class
Value members
Concrete methods
Creates a ChoiceBox cell factory for use in TreeView controls.
Creates a ChoiceBox cell factory for use in TreeView controls.
- Type Params
- T
The type of the elements contained within the
TableColumn.
- Value Params
- items
A
ObservableBuffercontaining Zero or more items that will be shown to the user when the ChoiceBox menu is showing.
- Returns
A Function that will return a
TreeCellthat is able to work on the type of element contained within theTreeView.
Creates a ChoiceBox cell factory for use in TreeView controls.
Creates a ChoiceBox cell factory for use in TreeView controls.
- Type Params
- T
The type of the elements contained within the
TableColumn.
- Value Params
- converter
A
StringConverterto convert the given item (of type T) to a String for displaying to the user.- items
A
ObservableBuffercontaining Zero or more items that will be shown to the user when the ChoiceBox menu is showing.
- Returns
A Function that will return a
TreeCellthat is able to work on the type of element contained within theTreeView.
Creates a ChoiceBox cell factory for use in TreeView controls.
Creates a ChoiceBox cell factory for use in TreeView controls.
- Type Params
- T
The type of the elements contained within the
TableColumn.
- Value Params
- converter
A
StringConverterto convert the given item (of type T) to a String for displaying to the user.- items
Zero or more items that will be shown to the user when the ChoiceBox menu is showing.
- Returns
A Function that will return a
TreeCellthat is able to work on the type of element contained within theTreeView.
Creates a ChoiceBox cell factory for use in TreeView controls.
Creates a ChoiceBox cell factory for use in TreeView controls.
- Type Params
- T
The type of the elements contained within the
TableColumn.
- Value Params
- items
Zero or more items that will be shown to the user when the ChoiceBox menu is showing.
- Returns
A Function that will return a
TreeCellthat is able to work on the type of element contained within theTreeView.
Deprecated methods
Added to satisfy Spec tests.
Added to satisfy Spec tests.
- Deprecated
[Since version 1.0]Use forTreeView[T](ObservableBuffer[T])
Added to satisfy Spec tests.
Added to satisfy Spec tests.
- Deprecated
[Since version 1.0]Use forTreeView[T](StringConverter[T], ObservableBuffer[T])
Added to satisfy Spec tests.
Added to satisfy Spec tests.
- Deprecated
[Since version 1.0]Use forTreeView[T](StringConverter[T], T*)