Package com.pspdfkit.forms
Class ListBoxFormElement
-
- All Implemented Interfaces:
public class ListBoxFormElement extends ChoiceFormElement
A form control which displays scrollable list with choices.
-
-
Method Summary
Modifier and Type Method Description FormType
getType()
Gets form type for ListBoxFormElement. ListBoxFormField
getFormField()
Retrieve parent form field. -
-
Method Detail
-
getType
@NonNull() FormType getType()
Gets form type for ListBoxFormElement. See FormType.
- Returns:
Form type for ListBoxFormElement.
-
getFormField
@NonNull() ListBoxFormField getFormField()
Retrieve parent form field.
- Returns:
Attached parent form field.
-
-
-
-