Class N2oTableWidget
java.lang.Object
net.n2oapp.framework.autotest.impl.component.N2oElement
net.n2oapp.framework.autotest.impl.component.N2oComponent
net.n2oapp.framework.autotest.impl.component.widget.N2oWidget
net.n2oapp.framework.autotest.impl.component.widget.N2oStandardWidget
net.n2oapp.framework.autotest.impl.component.widget.table.N2oTableWidget
- All Implemented Interfaces:
Component,Element,StandardWidget,TableWidget,Widget
Виджет таблица для автотестирования
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclassNested classes/interfaces inherited from class net.n2oapp.framework.autotest.impl.component.widget.N2oStandardWidget
N2oStandardWidget.N2oWidgetToolbarNested classes/interfaces inherited from interface net.n2oapp.framework.autotest.api.component.widget.StandardWidget
StandardWidget.WidgetToolbarNested classes/interfaces inherited from interface net.n2oapp.framework.autotest.api.component.widget.table.TableWidget
TableWidget.Columns, TableWidget.Filters, TableWidget.Rows -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolumns()filters()paging()voidshouldBeWordWrapped(Duration... duration) Проверка того, что есть перенос словvoidshouldNotBeWordWrapped(Duration... duration) Проверка того, что нет переноса словMethods inherited from class net.n2oapp.framework.autotest.impl.component.widget.N2oStandardWidget
alerts, shouldBeDisabled, shouldBeEnabled, toolbarMethods inherited from class net.n2oapp.framework.autotest.impl.component.N2oComponent
shouldBeHidden, shouldBeVisible, shouldExists, shouldHaveCssClass, shouldHaveStyle, shouldNotExistsMethods inherited from class net.n2oapp.framework.autotest.impl.component.N2oElement
element, setElementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
N2oTableWidget
public N2oTableWidget()
-
-
Method Details
-
columns
- Specified by:
columnsin interfaceTableWidget- Returns:
- Компонент колонки таблицы для автотестирования
-
filters
- Specified by:
filtersin interfaceTableWidget- Returns:
- Компонент фильтры таблицы для автотестирования
-
paging
- Specified by:
pagingin interfaceTableWidget- Returns:
- Компонент пагинации для автотестирования
-
shouldBeWordWrapped
Description copied from interface:TableWidgetПроверка того, что есть перенос слов- Specified by:
shouldBeWordWrappedin interfaceTableWidget
-
shouldNotBeWordWrapped
Description copied from interface:TableWidgetПроверка того, что нет переноса слов- Specified by:
shouldNotBeWordWrappedin interfaceTableWidget
-