getFormFieldWithFullyQualifiedName

open override fun getFormFieldWithFullyQualifiedName(fullyQualifiedName: String): FormField?

Searches for a form field with fully qualified field name. Returns the first field with given fullyQualifiedName.

Note: this call may block for a while and should not be invoked on the main thread.

Return

Found form field or null.

Parameters

fullyQualifiedName

The fully qualified field name.