Class StringDropDown

java.lang.Object
bld.generator.report.excel.dropdown.DropDown<String>
bld.generator.report.excel.dropdown.StringDropDown

public class StringDropDown extends DropDown<String>
The Class StringDropDown.
  • Constructor Details

    • StringDropDown

      public StringDropDown()
      Instantiates a new string drop down.
    • StringDropDown

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

      public StringDropDown(String value, List<String> list)
      Instantiates a new string drop down.
      Parameters:
      value - the value
      list - the list
    • StringDropDown

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

      public StringDropDown(String value)
      Instantiates a new string drop down.
      Parameters:
      value - the value