Uses of Class
jfxtras.scene.control.ListSpinner
Packages that use ListSpinner
-
Uses of ListSpinner in jfxtras.internal.scene.control.skin
Subclasses with type arguments of type ListSpinner in jfxtras.internal.scene.control.skinConstructors in jfxtras.internal.scene.control.skin with parameters of type ListSpinner -
Uses of ListSpinner in jfxtras.scene.control
Methods in jfxtras.scene.control that return ListSpinnerModifier and TypeMethodDescriptionListSpinner.withAddCallback(javafx.util.Callback<T, Integer> value) ListSpinner.withCellFactory(javafx.util.Callback<ListSpinner<T>, javafx.scene.Node> value) ListSpinner.withCyclic(Boolean value) ListSpinner.withEditable(Boolean value) IdListSpinner.withOnCycle(javafx.event.EventHandler<ListSpinner.CycleEvent> value) ListSpinner.withPostfix(String value) ListSpinner.withPrefix(String value) ListSpinner.withStringConverter(javafx.util.StringConverter<T> value) Methods in jfxtras.scene.control that return types with arguments of type ListSpinnerModifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<javafx.util.Callback<ListSpinner<T>, javafx.scene.Node>> ListSpinner.cellFactoryProperty()CellFactory: generate the cell to render a valuejavafx.util.Callback<ListSpinner<T>, javafx.scene.Node> ListSpinner.getCellFactory()Gets the value of thecellFactoryproperty.Method parameters in jfxtras.scene.control with type arguments of type ListSpinnerModifier and TypeMethodDescriptionvoidListSpinner.setCellFactory(javafx.util.Callback<ListSpinner<T>, javafx.scene.Node> value) Sets the value of thecellFactoryproperty.ListSpinner.withCellFactory(javafx.util.Callback<ListSpinner<T>, javafx.scene.Node> value)