Interface TableWidget
- All Superinterfaces:
Component,Element,StandardWidget,Widget
- All Known Implementing Classes:
N2oTableWidget
Виджет таблица для автотестирования
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceКомпонент колонки таблицы для автотестированияstatic interfaceКомпонент фильтры таблицы для автотестированияstatic interfaceNested classes/interfaces inherited from interface net.n2oapp.framework.autotest.api.component.widget.StandardWidget
StandardWidget.WidgetToolbar -
Method Summary
Modifier and TypeMethodDescriptioncolumns()filters()paging()voidshouldBeWordWrapped(Duration... duration) Проверка того, что есть перенос словvoidshouldNotBeWordWrapped(Duration... duration) Проверка того, что нет переноса словMethods inherited from interface net.n2oapp.framework.autotest.api.component.Component
should, should, should, shouldBeHidden, shouldBeVisible, shouldExists, shouldHaveCssClass, shouldHaveStyle, shouldNotExistsMethods inherited from interface net.n2oapp.framework.autotest.api.component.Element
element, setElementMethods inherited from interface net.n2oapp.framework.autotest.api.component.widget.StandardWidget
alerts, shouldBeDisabled, shouldBeEnabled, toolbar
-
Method Details
-
columns
TableWidget.Columns columns()- Returns:
- Компонент колонки таблицы для автотестирования
-
filters
TableWidget.Filters filters()- Returns:
- Компонент фильтры таблицы для автотестирования
-
paging
Paging paging()- Returns:
- Компонент пагинации для автотестирования
-
shouldBeWordWrapped
Проверка того, что есть перенос слов -
shouldNotBeWordWrapped
Проверка того, что нет переноса слов
-