Class BooleanDropDown
java.lang.Object
bld.generator.report.excel.dropdown.DropDown<Boolean>
bld.generator.report.excel.dropdown.BooleanDropDown
The Class BooleanDropDown.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new boolean drop down.BooleanDropDown(Boolean value) Instantiates a new boolean drop down.BooleanDropDown(Boolean value, boolean suppressDropDownArrow) Instantiates a new boolean drop down.BooleanDropDown(Boolean value, List<Boolean> list) Instantiates a new boolean drop down.BooleanDropDown(Boolean value, List<Boolean> list, boolean suppressDropDownArrow) Instantiates a new boolean 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
-
BooleanDropDown
public BooleanDropDown()Instantiates a new boolean drop down. -
BooleanDropDown
Instantiates a new boolean drop down.- Parameters:
value- the valuesuppressDropDownArrow- the suppress drop down arrow
-
BooleanDropDown
Instantiates a new boolean drop down.- Parameters:
value- the value
-
BooleanDropDown
Instantiates a new boolean drop down.- Parameters:
value- the valuelist- the listsuppressDropDownArrow- the suppress drop down arrow
-
BooleanDropDown
Instantiates a new boolean drop down.- Parameters:
value- the valuelist- the list
-