Uses of Class
com.axway.ats.uiengine.elements.mobile.MobileLabel
-
Packages that use MobileLabel Package Description com.axway.ats.uiengine.elements.mobile UI elements of Mobile application.com.axway.ats.uiengine.engine -
-
Uses of MobileLabel in com.axway.ats.uiengine.elements.mobile
Methods in com.axway.ats.uiengine.elements.mobile that return MobileLabel Modifier and Type Method Description MobileLabelMobileElementsFactory. getMobileLabel(UiElementProperties properties, UiDriver uiDriver)MobileLabelMobileElementsFactory. getMobileLabel(String mapId, UiDriver uiDriver) -
Uses of MobileLabel in com.axway.ats.uiengine.engine
Methods in com.axway.ats.uiengine.engine that return MobileLabel Modifier and Type Method Description MobileLabelMobileEngine. getLabel(UiElementProperties properties)Get access to text box element (native/or HTML one where text edit is not accepted)MobileLabelMobileEngine. getLabel(String mapId)Get access to text label element (native/or HTML one where text edit is not accepted)
-