Uses of Class
com.axway.ats.uiengine.elements.mobile.MobileCheckBox
-
Packages that use MobileCheckBox Package Description com.axway.ats.uiengine.elements.mobile UI elements of Mobile application.com.axway.ats.uiengine.engine -
-
Uses of MobileCheckBox in com.axway.ats.uiengine.elements.mobile
Methods in com.axway.ats.uiengine.elements.mobile that return MobileCheckBox Modifier and Type Method Description MobileCheckBoxMobileElementsFactory. getMobileCheckBox(UiElementProperties properties, UiDriver uiDriver)MobileCheckBoxMobileElementsFactory. getMobileCheckBox(String mapId, UiDriver uiDriver) -
Uses of MobileCheckBox in com.axway.ats.uiengine.engine
Methods in com.axway.ats.uiengine.engine that return MobileCheckBox Modifier and Type Method Description MobileCheckBoxMobileEngine. getCheckBox(UiElementProperties properties)Get access to check box element (native/or HTML one)MobileCheckBoxMobileEngine. getCheckBox(String mapId)Get access to check box element (native/or HTML one)
-