Home
last modified time | relevance | path

Searched refs:sortPageBy3 (Results 1 – 3 of 3) sorted by relevance

/AOO42X/test/testgui/source/bvt/gui/ !
H A DBasicFunctionTest.java444 assertFalse(sortPageBy3.isEnabled()); in testSort()
448 assertTrue(sortPageBy3.isEnabled()); in testSort()
453 assertFalse(sortPageBy3.isEnabled()); in testSort()
/AOO42X/test/testgui/source/fvt/gui/sc/sort/ !
H A DSortDialogSetting.java332 sortPageBy3.select(1); // "Column A" in testSortCriteriaSortThirdBy()
/AOO42X/test/testgui/source/testlib/gui/ !
H A DUIMap.java158 …public static final VclListBox sortPageBy3 = listbox("sc:ListBox:RID_SCPAGE_SORT_FIELDS:LB_SORT3"); field in UIMap