Annotation Type ExcelDropDown


@Documented @Retention(RUNTIME) @Target(FIELD) public @interface ExcelDropDown
The Interface ExcelDropDown.
Excel Drop Down is used to create a drop down list that references another table within the Excel file.
It is composed by:
  • AreaRange - to set the list by formula function
  • SuppressDropDownArrow - to show/hide the values into a drop down list
  • Element Details

    • areaRange

      String areaRange
      Area range.
      Returns:
      the string
    • suppressDropDownArrow

      boolean suppressDropDownArrow
      Suppress drop down arrow.
      Returns:
      true, if successful
      Default:
      true
    • alias

      Alias.
      Returns:
      the excel formula alias[]
      Default:
      {}
    • errorBox

      ExcelBoxMessage errorBox
      Error box.
      Returns:
      the excel box message
      Default:
      @bld.generator.report.excel.annotation.ExcelBoxMessage(boxStyle=STOP, message="The value is not valid", title="Error")