| Constructor and Description |
|---|
TimestampDropDown()
Instantiates 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.
|
equals, getBoxMessage, getList, getValue, hashCode, isSuppressDropDownArrow, setBoxMessage, setList, setSuppressDropDownArrow, setValuepublic TimestampDropDown()
public TimestampDropDown(Timestamp value, boolean suppressDropDownArrow)
value - the valuesuppressDropDownArrow - the suppress drop down arrowpublic TimestampDropDown(Timestamp value)
value - the valuepublic TimestampDropDown(Timestamp value, List<Timestamp> list, boolean suppressDropDownArrow)
value - the valuelist - the listsuppressDropDownArrow - the suppress drop down arrowCopyright © 2022. All rights reserved.