Class IntegerDropDown


public class IntegerDropDown extends NumberDropDown<Integer>
The Class IntegerDropDown.
  • Constructor Details

    • IntegerDropDown

      public IntegerDropDown()
      Instantiates a new integer drop down.
    • IntegerDropDown

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

      public IntegerDropDown(Integer value)
      Instantiates a new integer drop down.
      Parameters:
      value - the value
    • IntegerDropDown

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

      public IntegerDropDown(Integer value, List<Integer> list)
      Instantiates a new integer drop down.
      Parameters:
      value - the value
      list - the list