Class StringDropDown
java.lang.Object
bld.generator.report.excel.dropdown.DropDown<String>
bld.generator.report.excel.dropdown.StringDropDown
The Class StringDropDown.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates 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. -
Method Summary
Methods inherited from class bld.generator.report.excel.dropdown.DropDown
equals, getBoxMessage, getList, getValue, hashCode, isSuppressDropDownArrow, setBoxMessage, setList, setSuppressDropDownArrow, setValue
-
Constructor Details
-
StringDropDown
public StringDropDown()Instantiates a new string drop down. -
StringDropDown
Instantiates a new string drop down.- Parameters:
value- the valuelist- the listsuppressDropDownArrow- the suppress drop down arrow
-
StringDropDown
Instantiates a new string drop down.- Parameters:
value- the valuelist- the list
-
StringDropDown
Instantiates a new string drop down.- Parameters:
value- the valuesuppressDropDownArrow- the suppress drop down arrow
-
StringDropDown
Instantiates a new string drop down.- Parameters:
value- the value
-