FormElement

abstract class FormElement

A visible form control. Every form element has a single parent FormField. Each form element is associated with a single WidgetAnnotation that is a visual representation of the form element in the document.

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
Retrieve widget annotation for this form element.
Link copied to clipboard
Returns the fully qualified name for the form element.
Link copied to clipboard
open fun getName(): String
Returns the name for the form element.
Link copied to clipboard
abstract fun getType(): FormType
Returns type of the form field.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun isReadOnly(): Boolean
If set, the user may not change the value of this form field.
Link copied to clipboard
open fun isRequired(): Boolean
If set, the field shall have a value at the time it is exported by a submit-form action.