Class FormFieldDescription.Init<T extends FormFieldDescription.Init<T>>

Direct Known Subclasses:
CheckBoxDescription.Init, EditFieldBaseDescription.Init, ListBoxDescription.Init, RadioGroupDescription.Init
Enclosing class:
FormFieldDescription

protected abstract static class FormFieldDescription.Init<T extends FormFieldDescription.Init<T>> extends WebElementDescription.Init<T>
Helper class for derived Builder classes.
  • Constructor Details

    • Init

      protected Init()
  • Method Details

    • type

      public T type(String type)
      Initializes the attribute "type" of the HTML element.
      Parameters:
      type - the attribute "type" of the HTML element.
      Returns:
      the description instance with the update state (builder pattern).
    • type

      public T type(StringProperty type)
      Initializes the attribute "type" of the HTML element.
      Parameters:
      type - a StringProperty(or RegExpProperty) representing the attribute "type" of the HTML element.
      Returns:
      the description instance with the update state (builder pattern).