Class PDComboBox

  • All Implemented Interfaces:
    COSObjectable

    public final class PDComboBox
    extends PDChoice
    A combo box consisting of a drop-down list. May be accompanied by an editable text box in which non-predefined values may be entered.
    Author:
    John Hewson
    • Constructor Detail

      • PDComboBox

        public PDComboBox​(PDAcroForm acroForm)
        Parameters:
        acroForm - The acroform.
        See Also:
        PDField(PDAcroForm)
    • Method Detail

      • isEdit

        public boolean isEdit()
        Determines if Edit is set.
        Returns:
        true if the combo box shall include an editable text box as well as a drop-down list.
      • setEdit

        public void setEdit​(boolean edit)
        Set the Edit bit.
        Parameters:
        edit - The value for Edit.