Uses of Class
com.axway.ats.uiengine.elements.mobile.MobileButton
-
Packages that use MobileButton Package Description com.axway.ats.uiengine.elements.mobile UI elements of Mobile application.com.axway.ats.uiengine.engine -
-
Uses of MobileButton in com.axway.ats.uiengine.elements.mobile
Methods in com.axway.ats.uiengine.elements.mobile that return MobileButton Modifier and Type Method Description MobileButtonMobileElementsFactory. getMobileButton(UiElementProperties properties, UiDriver uiDriver)MobileButtonMobileElementsFactory. getMobileButton(String mapId, UiDriver uiDriver) -
Uses of MobileButton in com.axway.ats.uiengine.engine
Methods in com.axway.ats.uiengine.engine that return MobileButton Modifier and Type Method Description MobileButtonMobileEngine. getButton(UiElementProperties properties)Get access to button element (native/or HTML one)MobileButtonMobileEngine. getButton(String mapId)Get access to button element (native/or HTML one)
-