Interface ListWidget
- All Superinterfaces:
Component,Element,StandardWidget,Widget
- All Known Implementing Classes:
N2oListWidget
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceСодержимое строк списка для автотестированияNested classes/interfaces inherited from interface net.n2oapp.framework.autotest.api.component.widget.StandardWidget
StandardWidget.WidgetToolbar -
Method Summary
Modifier and TypeMethodDescriptioncontent(int index) Возвращает содержимое виджета по номеруpaging()voidshouldHaveSize(int size) Проверка количества строк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
-
content
Возвращает содержимое виджета по номеру- Parameters:
index- номер требуемого содержимого- Returns:
- Содержимое строк списка для автотестирования
-
shouldHaveSize
void shouldHaveSize(int size) Проверка количества строк- Parameters:
size- ожидаемое количество
-
paging
Paging paging()- Returns:
- Компонент пагинации для автотестирования
-