public class DoubleDropDown extends NumberDropDown<Double>
| Constructor and Description |
|---|
DoubleDropDown()
Instantiates a new double drop down.
|
DoubleDropDown(Double value)
Instantiates a new double drop down.
|
DoubleDropDown(Double value,
boolean suppressDropDownArrow)
Instantiates a new double drop down.
|
DoubleDropDown(Double value,
List<Double> list)
Instantiates a new double drop down.
|
DoubleDropDown(Double value,
List<Double> list,
boolean suppressDropDownArrow)
Instantiates a new double drop down.
|
equals, getBoxMessage, getList, getValue, hashCode, isSuppressDropDownArrow, setBoxMessage, setList, setSuppressDropDownArrow, setValuepublic DoubleDropDown(Double value, List<Double> list, boolean suppressDropDownArrow)
value - the valuelist - the listsuppressDropDownArrow - the suppress drop down arrowpublic DoubleDropDown(Double value, List<Double> list)
value - the valuelist - the listpublic DoubleDropDown()
public DoubleDropDown(Double value, boolean suppressDropDownArrow)
value - the valuesuppressDropDownArrow - the suppress drop down arrowpublic DoubleDropDown(Double value)
value - the valueCopyright © 2022. All rights reserved.