Uses of Class
com.axway.ats.uiengine.elements.UiCheckBox
-
Packages that use UiCheckBox Package Description com.axway.ats.uiengine.elements.html com.axway.ats.uiengine.elements.html.hiddenbrowser UI elements of HTML/javascript application when tested using a hidden(headless) browser.com.axway.ats.uiengine.elements.html.realbrowser UI elements of HTML/javascript application when tested using a real browser.com.axway.ats.uiengine.elements.mobile UI elements of Mobile application.com.axway.ats.uiengine.elements.swing UI elements of Swing application. -
-
Uses of UiCheckBox in com.axway.ats.uiengine.elements.html
Subclasses of UiCheckBox in com.axway.ats.uiengine.elements.html Modifier and Type Class Description classHtmlCheckBoxAn HTML Check Box -
Uses of UiCheckBox in com.axway.ats.uiengine.elements.html.hiddenbrowser
Subclasses of UiCheckBox in com.axway.ats.uiengine.elements.html.hiddenbrowser Modifier and Type Class Description classHiddenHtmlCheckBoxAn HTML Check Box -
Uses of UiCheckBox in com.axway.ats.uiengine.elements.html.realbrowser
Subclasses of UiCheckBox in com.axway.ats.uiengine.elements.html.realbrowser Modifier and Type Class Description classRealHtmlCheckBoxAn HTML Check Box -
Uses of UiCheckBox in com.axway.ats.uiengine.elements.mobile
Subclasses of UiCheckBox in com.axway.ats.uiengine.elements.mobile Modifier and Type Class Description classMobileCheckBoxA mobile Check Box element - native or HTML one -
Uses of UiCheckBox in com.axway.ats.uiengine.elements.swing
Subclasses of UiCheckBox in com.axway.ats.uiengine.elements.swing Modifier and Type Class Description classSwingCheckBoxA Swing Check Box
-