Class N2oIntervalField
java.lang.Object
net.n2oapp.framework.autotest.impl.component.N2oElement
net.n2oapp.framework.autotest.impl.component.N2oComponent
net.n2oapp.framework.autotest.impl.component.field.N2oField
net.n2oapp.framework.autotest.impl.component.field.N2oIntervalField
- All Implemented Interfaces:
Component,IntervalField,Element,Field,Help
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.n2oapp.framework.autotest.impl.component.field.N2oField
label, shouldHaveEmptyLabel, shouldHaveLabel, shouldNotHaveLabelMethods 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.field.Field
shouldHaveEmptyLabel, shouldHaveLabel, shouldNotHaveLabelMethods inherited from interface net.n2oapp.framework.autotest.api.component.fieldset.Help
clickHelp, shouldHaveHelp
-
Constructor Details
-
N2oIntervalField
public N2oIntervalField()
-
-
Method Details
-
begin
Description copied from interface:IntervalFieldВозвращает поле ввода начала- Specified by:
beginin interfaceIntervalField- Parameters:
control- тип возвращаемого поля- Returns:
- компонент поля ввода для автотестирования
-
end
Description copied from interface:IntervalFieldВозвращает поле ввода конца- Specified by:
endin interfaceIntervalField- Parameters:
control- тип возвращаемого поля- Returns:
- компонент поля ввода для автотестирования
-