Class AbstractFormField

Direct Known Subclasses:
Button, Input, Select

public abstract class AbstractFormField
extends AbstractUIElement
A parent class for common form field attributes
  • Field Details

    • autoFocus

      protected Boolean autoFocus
      The autofocus attribute of the element
    • disabled

      protected Boolean disabled
      The disabled attribute of the element
    • form

      protected String form
      The form attribute of the element
    • name

      protected String name
      The name attribute of the element
  • Constructor Details