public class

ComboBoxFormField

extends ChoiceFormField
java.lang.Object
   ↳ com.pspdfkit.forms.FormField
     ↳ com.pspdfkit.forms.ChoiceFormField
       ↳ com.pspdfkit.forms.ComboBoxFormField

Class Overview

A form field which displays drop-down list.

Summary

Public Methods
ComboBoxFormElement getFormElement()
Returns first form element.
List<? extends ComboBoxFormElement> getFormElements()
Retrieve list of form elements that represents this field visually.
[Expand]
Inherited Methods
From class com.pspdfkit.forms.ChoiceFormField
From class com.pspdfkit.forms.FormField
From class java.lang.Object

Public Methods

public ComboBoxFormElement getFormElement ()

Returns first form element.

public List<? extends ComboBoxFormElement> getFormElements ()

Retrieve list of form elements that represents this field visually. Each FormElement can be part of a single field and each field can contain multiple form elements.

Returns
  • List of child form elements.