Class IntegerDropDown
java.lang.Object
bld.generator.report.excel.dropdown.DropDown<Integer>
bld.generator.report.excel.dropdown.NumberDropDown<Integer>
bld.generator.report.excel.dropdown.IntegerDropDown
The Class IntegerDropDown.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new integer drop down.IntegerDropDown(Integer value) Instantiates a new integer drop down.IntegerDropDown(Integer value, boolean suppressDropDownArrow) Instantiates a new integer drop down.IntegerDropDown(Integer value, List<Integer> list) Instantiates a new integer drop down.IntegerDropDown(Integer value, List<Integer> list, boolean suppressDropDownArrow) Instantiates a new integer 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
-
IntegerDropDown
public IntegerDropDown()Instantiates a new integer drop down. -
IntegerDropDown
Instantiates a new integer drop down.- Parameters:
value- the valuesuppressDropDownArrow- the suppress drop down arrow
-
IntegerDropDown
Instantiates a new integer drop down.- Parameters:
value- the value
-
IntegerDropDown
Instantiates a new integer drop down.- Parameters:
value- the valuelist- the listsuppressDropDownArrow- the suppress drop down arrow
-
IntegerDropDown
Instantiates a new integer drop down.- Parameters:
value- the valuelist- the list
-