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