Class N2oTableWidget.N2oFilters

java.lang.Object
net.n2oapp.framework.autotest.impl.component.widget.table.N2oTableWidget.N2oFilters
All Implemented Interfaces:
TableWidget.Filters
Enclosing class:
N2oTableWidget

public class N2oTableWidget.N2oFilters extends Object implements TableWidget.Filters
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Возвращает поля для задания фильтров таблицы
    Возвращает филдсеты с полями для задания фильтров таблицы
    protected com.codeborne.selenide.SelenideElement
     
    void
    Проверка скрытия фильтров
    void
    Проверка видимости фильтров
    Возвращает панель кнопок у фильтров

    Methods inherited from class java.lang.Object

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

    • N2oFilters

      public N2oFilters()
  • Method Details

    • toolbar

      public Toolbar toolbar()
      Description copied from interface: TableWidget.Filters
      Возвращает панель кнопок у фильтров
      Specified by:
      toolbar in interface TableWidget.Filters
      Returns:
      Компонент панель кнопок
    • fields

      public Fields fields()
      Description copied from interface: TableWidget.Filters
      Возвращает поля для задания фильтров таблицы
      Specified by:
      fields in interface TableWidget.Filters
      Returns:
      Поля формы для автотестирования
    • fieldsets

      public FieldSets fieldsets()
      Description copied from interface: TableWidget.Filters
      Возвращает филдсеты с полями для задания фильтров таблицы
      Specified by:
      fieldsets in interface TableWidget.Filters
      Returns:
      Филдсеты для автотестирования
    • shouldBeVisible

      public void shouldBeVisible()
      Description copied from interface: TableWidget.Filters
      Проверка видимости фильтров
      Specified by:
      shouldBeVisible in interface TableWidget.Filters
    • shouldBeHidden

      public void shouldBeHidden()
      Description copied from interface: TableWidget.Filters
      Проверка скрытия фильтров
      Specified by:
      shouldBeHidden in interface TableWidget.Filters
    • filter

      protected com.codeborne.selenide.SelenideElement filter()