Class NumberDropDown<T extends Number>
java.lang.Object
bld.generator.report.excel.dropdown.DropDown<T>
bld.generator.report.excel.dropdown.NumberDropDown<T>
- Type Parameters:
T- the generic type
- Direct Known Subclasses:
DoubleDropDown,FloatDropDown,IntegerDropDown
The Class NumberDropDown.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new number drop down.NumberDropDown(T value) Instantiates a new number drop down.NumberDropDown(T value, boolean suppressDropDownArrow) Instantiates a new number drop down.NumberDropDown(T value, List<T> list) Instantiates a new number drop down.NumberDropDown(T value, List<T> list, boolean suppressDropDownArrow) Instantiates a new number 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
-
NumberDropDown
Instantiates a new number drop down.- Parameters:
value- the valuelist- the listsuppressDropDownArrow- the suppress drop down arrow
-
NumberDropDown
Instantiates a new number drop down.- Parameters:
value- the valuelist- the list
-
NumberDropDown
public NumberDropDown()Instantiates a new number drop down. -
NumberDropDown
Instantiates a new number drop down.- Parameters:
value- the valuesuppressDropDownArrow- the suppress drop down arrow
-
NumberDropDown
Instantiates a new number drop down.- Parameters:
value- the value
-