All Implemented Interfaces:
Component, Element, StandardWidget, TableWidget, Widget

public class N2oTableWidget extends N2oStandardWidget implements TableWidget
Виджет таблица для автотестирования
  • Constructor Details

    • N2oTableWidget

      public N2oTableWidget()
  • Method Details

    • columns

      public TableWidget.Columns columns()
      Specified by:
      columns in interface TableWidget
      Returns:
      Компонент колонки таблицы для автотестирования
    • filters

      public TableWidget.Filters filters()
      Specified by:
      filters in interface TableWidget
      Returns:
      Компонент фильтры таблицы для автотестирования
    • paging

      public Paging paging()
      Specified by:
      paging in interface TableWidget
      Returns:
      Компонент пагинации для автотестирования
    • shouldBeWordWrapped

      public void shouldBeWordWrapped(Duration... duration)
      Description copied from interface: TableWidget
      Проверка того, что есть перенос слов
      Specified by:
      shouldBeWordWrapped in interface TableWidget
    • shouldNotBeWordWrapped

      public void shouldNotBeWordWrapped(Duration... duration)
      Description copied from interface: TableWidget
      Проверка того, что нет переноса слов
      Specified by:
      shouldNotBeWordWrapped in interface TableWidget