Class FloatDropDown
java.lang.Object
bld.generator.report.excel.dropdown.DropDown<Float>
bld.generator.report.excel.dropdown.NumberDropDown<Float>
bld.generator.report.excel.dropdown.FloatDropDown
The Class FloatDropDown.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new float drop down.FloatDropDown(Float value) Instantiates a new float drop down.FloatDropDown(Float value, boolean suppressDropDownArrow) Instantiates a new float drop down.FloatDropDown(Float value, List<Float> list) Instantiates a new float drop down.FloatDropDown(Float value, List<Float> list, boolean suppressDropDownArrow) Instantiates a new float drop down. -
Method Summary
Methods inherited from class bld.generator.report.excel.dropdown.DropDown
equals, getBoxMessage, getList, getValue, hashCode, isSuppressDropDownArrow, setBoxMessage, setList, setSuppressDropDownArrow, setValue
-
Constructor Details
-
FloatDropDown
public FloatDropDown()Instantiates a new float drop down. -
FloatDropDown
Instantiates a new float drop down.- Parameters:
value- the valuesuppressDropDownArrow- the suppress drop down arrow
-
FloatDropDown
Instantiates a new float drop down.- Parameters:
value- the value
-
FloatDropDown
Instantiates a new float drop down.- Parameters:
value- the valuelist- the listsuppressDropDownArrow- the suppress drop down arrow
-
FloatDropDown
Instantiates a new float drop down.- Parameters:
value- the valuelist- the list
-