Class N2oAreaChartWidget
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.chart.N2oChartWidget
net.n2oapp.framework.autotest.impl.component.widget.chart.N2oAreaChartWidget
- All Implemented Interfaces:
Component,Element,AreaChartWidget,ChartWidget,Widget
Виджет - диаграмма-область для автотестирования
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.n2oapp.framework.autotest.impl.component.widget.chart.N2oChartWidget
chart, shouldHaveHeight, shouldHaveWidthMethods 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.widget.chart.ChartWidget
shouldHaveHeight, shouldHaveWidthMethods 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, setElement
-
Constructor Details
-
N2oAreaChartWidget
public N2oAreaChartWidget()
-
-
Method Details
-
area
Description copied from interface:AreaChartWidgetВозвращает диаграму для автотестирования по номеру- Specified by:
areain interfaceAreaChartWidget- Parameters:
index- номер диаграммы- Returns:
- Область виджета диаграмма-область для автотестирования
-