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