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