Uses of Class
com.axway.ats.uiengine.elements.mobile.MobileTextBox
-
Packages that use MobileTextBox Package Description com.axway.ats.uiengine.elements.mobile UI elements of Mobile application.com.axway.ats.uiengine.engine -
-
Uses of MobileTextBox in com.axway.ats.uiengine.elements.mobile
Methods in com.axway.ats.uiengine.elements.mobile that return MobileTextBox Modifier and Type Method Description MobileTextBoxMobileElementsFactory. getMobileTextBox(UiElementProperties properties, UiDriver uiDriver)MobileTextBoxMobileElementsFactory. getMobileTextBox(String mapId, UiDriver uiDriver)MobileTextBoxMobileTextBox. setValue(String value)Set the Text Box value -
Uses of MobileTextBox in com.axway.ats.uiengine.engine
Methods in com.axway.ats.uiengine.engine that return MobileTextBox Modifier and Type Method Description MobileTextBoxMobileEngine. getTextBox(UiElementProperties properties)Get access to text box element (native/or HTML one where text edit is accepted)MobileTextBoxMobileEngine. getTextBox(String mapId)Get access to text box element (native/or HTML one where text edit is accepted)
-