Class BaseFill<E extends FluentWebElement>

  • Type Parameters:
    E - type of element to fill
    Direct Known Subclasses:
    Fill, FillSelect

    public class BaseFill<E extends FluentWebElement>
    extends java.lang.Object
    Common form filling features.
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseFill​(E element)
      Creates a new fill, from a single element.
      BaseFill​(FluentList<E> list)
      Creates a new fill, from a list of element.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected FluentList<E> getElements()
      Get elements to fill
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseFill

        public BaseFill​(FluentList<E> list)
        Creates a new fill, from a list of element.
        Parameters:
        list - list of element to fill
      • BaseFill

        public BaseFill​(E element)
        Creates a new fill, from a single element.
        Parameters:
        element - element to fill
    • Method Detail

      • getElements

        protected FluentList<E> getElements()
        Get elements to fill
        Returns:
        list of elements