Class BooleanDropDown

java.lang.Object
bld.generator.report.excel.dropdown.DropDown<Boolean>
bld.generator.report.excel.dropdown.BooleanDropDown

public class BooleanDropDown extends DropDown<Boolean>
The Class BooleanDropDown.
  • Constructor Details

    • BooleanDropDown

      public BooleanDropDown()
      Instantiates a new boolean drop down.
    • BooleanDropDown

      public BooleanDropDown(Boolean value, boolean suppressDropDownArrow)
      Instantiates a new boolean drop down.
      Parameters:
      value - the value
      suppressDropDownArrow - the suppress drop down arrow
    • BooleanDropDown

      public BooleanDropDown(Boolean value)
      Instantiates a new boolean drop down.
      Parameters:
      value - the value
    • BooleanDropDown

      public BooleanDropDown(Boolean value, List<Boolean> list, boolean suppressDropDownArrow)
      Instantiates a new boolean drop down.
      Parameters:
      value - the value
      list - the list
      suppressDropDownArrow - the suppress drop down arrow
    • BooleanDropDown

      public BooleanDropDown(Boolean value, List<Boolean> list)
      Instantiates a new boolean drop down.
      Parameters:
      value - the value
      list - the list