Class ComboBoxListViewSkin<T>
java.lang.Object
javafx.scene.control.SkinBase<ComboBoxBase<T>>
javafx.scene.control.skin.ComboBoxBaseSkin<T>
javafx.scene.control.skin.ComboBoxPopupControl<T>
javafx.scene.control.skin.ComboBoxListViewSkin<T>
- Type Parameters:
T
- the type of the ComboBox control
- All Implemented Interfaces:
Skin<ComboBoxBase<T>>
Default skin implementation for the
ComboBox
control.- Since:
- 9
- See Also:
-
Property Summary
PropertiesTypePropertyDescriptionfinal BooleanProperty
By default this skin hides the popup whenever the ListView is clicked in. -
Constructor Summary
ConstructorsConstructorDescriptionComboBoxListViewSkin
(ComboBox<T> control) Creates a new ComboBoxListViewSkin instance, installing the necessary child nodes into the Controlchildren
list, as well as the necessary input mappings for handling key, mouse, etc events. -
Method Summary
Modifier and TypeMethodDescriptionprotected StringConverter
<T> Subclasses are responsible for getting the converter.This method should return a Node that will be positioned within the ComboBox 'button' area.protected TextField
Subclasses are responsible for getting the editor.This method should return the Node that will be displayed when the user clicks on the ComboBox 'button' area.final BooleanProperty
By default this skin hides the popup whenever the ListView is clicked in.final boolean
Gets the value of thehideOnClick
property.queryAccessibleAttribute
(AccessibleAttribute attribute, Object... parameters) This method is called by the assistive technology to request the value for an attribute.final void
setHideOnClick
(boolean value) Sets the value of thehideOnClick
property.Methods declared in class javafx.scene.control.skin.ComboBoxPopupControl
hide, show
Methods declared in class javafx.scene.control.SkinBase
computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, consumeMouseEvents, dispose, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutChildren, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, registerChangeListener,