Home
last modified time | relevance | path

Searched refs:scValidityErrorAlertTabPage (Results 1 – 5 of 5) sorted by relevance

/trunk/test/testgui/source/fvt/gui/sc/validity/
H A DValidityDialogSetting.java66 scValidityErrorAlertTabPage.select(); in testAllowDateNotBetween()
70 scValidityErrorAlertTabPage.ok(); in testAllowDateNotBetween()
143 scValidityErrorAlertTabPage.select(); in testAllowDecimalEqual()
147 scValidityErrorAlertTabPage.ok(); in testAllowDecimalEqual()
198 scValidityErrorAlertTabPage.select(); in testAllowGreaterTextLength()
202 scValidityErrorAlertTabPage.ok(); in testAllowGreaterTextLength()
249 scValidityErrorAlertTabPage.select(); in testAllowLessThanTextLength()
254 scValidityErrorAlertTabPage.ok(); in testAllowLessThanTextLength()
291 scValidityErrorAlertTabPage.select(); in testAllowListSpecialChar()
329 scValidityErrorAlertTabPage.select(); in testAllowTimeBetween()
[all …]
H A DValidityDateSupport1024Columns.java66 scValidityErrorAlertTabPage.select(); in testValidityDateSupport1024Columns()
70 scValidityErrorAlertTabPage.ok(); in testValidityDateSupport1024Columns()
H A DValidityDialogDefaultValue.java75 scValidityErrorAlertTabPage.select(); in testValidityUIErrorAlert()
/trunk/test/testgui/source/svt/gui/sc/
H A DBasicFuncOnCalc.java53 import static testlib.gui.UIMap.scValidityErrorAlertTabPage;
258 scValidityErrorAlertTabPage.select(); in saveNewSCWithValidaty()
262 scValidityErrorAlertTabPage.ok(); in saveNewSCWithValidaty()
/trunk/test/testgui/source/testlib/gui/
H A DUIMap.java313 …public static final VclTabPage scValidityErrorAlertTabPage = tabpage("sc:TabPage:TP_VALIDATION_ERR… field in UIMap