| Constructor and Description |
|---|
CharacterDropDown()
Instantiates a new character drop down.
|
CharacterDropDown(Character value)
Instantiates a new character drop down.
|
CharacterDropDown(Character value,
boolean suppressDropDownArrow)
Instantiates a new character drop down.
|
CharacterDropDown(Character value,
List<Character> list)
Instantiates a new character drop down.
|
CharacterDropDown(Character value,
List<Character> list,
boolean suppressDropDownArrow)
Instantiates a new character drop down.
|
equals, getBoxMessage, getList, getValue, hashCode, isSuppressDropDownArrow, setBoxMessage, setList, setSuppressDropDownArrow, setValuepublic CharacterDropDown()
public CharacterDropDown(Character value, boolean suppressDropDownArrow)
value - the valuesuppressDropDownArrow - the suppress drop down arrowpublic CharacterDropDown(Character value)
value - the valuepublic CharacterDropDown(Character value, List<Character> list, boolean suppressDropDownArrow)
value - the valuelist - the listsuppressDropDownArrow - the suppress drop down arrowCopyright © 2022. All rights reserved.