Package com.pspdfkit.forms
Class ListBoxFormField
-
- All Implemented Interfaces:
public class ListBoxFormField extends ChoiceFormField
A form field which displays scrollable list with choices.
-
-
Method Summary
Modifier and Type Method Description List<out ListBoxFormElement>
getFormElements()
Retrieve list of form elements that represents this field visually. ListBoxFormElement
getFormElement()
Returns first form element. -
-
Method Detail
-
getFormElements
@NonNull() List<out ListBoxFormElement> 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.
-
getFormElement
@NonNull() ListBoxFormElement getFormElement()
Returns first form element.
-
-
-
-