public class ComboBoxValueChooser
extends ValueChooserBase
ValueChooser.DefaultImpls
Constructor and Description |
---|
ComboBoxValueChooser() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<hep.dataforge.values.Value> |
allowedValues() |
javafx.scene.control.ComboBox<hep.dataforge.values.Value> |
buildNode()
True if builder node is successful
|
void |
setDisplayValue(Value value)
Set display value but do not notify listeners
|
buildNode, currentValue, displayError, getDescriptorProperty, getNode, getValueProperty, resetValue, setCallback
getDescriptor, getDescriptorProperty, getNode, getValue, getValueProperty, setCallback, setDescriptor, setDisabled, setDisplayValue, setValue
public java.util.Collection<hep.dataforge.values.Value> allowedValues()
public javafx.scene.control.ComboBox<hep.dataforge.values.Value> buildNode()
True if builder node is successful
public void setDisplayValue(Value value)
Set display value but do not notify listeners
value
-