Uses of Class
com.hp.lft.sdk.StringProperty
Packages that use StringProperty
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing AI objects.
Provides the SDK for testing Java objects.
Provides the SDK for testing objects in mobile applications.
Provides the SDK for testing oracle objects.
Provides the SDK for testing PowerBuilder objects.
Provides the SDK for testing SAPGUI objects.
Provides the SDK for testing SAPUI5 objects.
Provides the SDK for testing standard Windows objects.
Provides the SDK for testing Terminal Emulators objects.
Provides the SDK for testing UIAPro objects.
Provides the SDK for testing Web objects.
Provides the SDK for testing .NET Windows Forms objects.
Provides the SDK for testing WPF objects.
- 
Uses of StringProperty in com.hp.lft.sdkSubclasses of StringProperty in com.hp.lft.sdkModifier and TypeClassDescriptionclassThe class used for regular expression properties.
- 
Uses of StringProperty in com.hp.lft.sdk.aiMethods in com.hp.lft.sdk.ai that return StringProperty
- 
Uses of StringProperty in com.hp.lft.sdk.javaMethods in com.hp.lft.sdk.java that return StringPropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.getAttachedText()Returns static text that is attached to an object.UiObjectBaseDescription.getBackgroundColor()Returns the object's background color.SliderDescription.getContainerAttachedText()Returns the slider container's attached text.UiObjectBaseDescription.getForegroundColor()Returns the object's foreground color.UiObjectBaseDescription.getLabel()Returns the test object's label.SpinBoxDescription.getMaximum()Returns the maximum value of the spin box.SpinBoxDescription.getMinimum()Returns the minimum value of the spin box.UiObjectBaseDescription.getNativeClass()Returns the object's Java class name.UiObjectBaseDescription.getObjectName()Returns the test object's ObjectName.TabControlDescription.getOrigLogicalLocation()Returns the original logical location of the tab object.UiObjectBaseDescription.getPath()Returns the object's hierarchy (object ancestors).TabControlDescription.getSelectedTab()Returns the specified tabbed panel.UiObjectBaseDescription.getTagName()Returns the test object's name.EditorDescription.getText()Returns the editor's text.LabelDescription.getText()Returns the object's text.LinkDescription.getText()Returns the link text.MenuDescription.getText()Returns the menu's text.UiObjectDescription.getText()Returns the object's text.WindowDescription.getTitle()Returns the window title.SpinBoxDescription.getValue()Returns the spin box value.Methods in com.hp.lft.sdk.java with parameters of type StringPropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.Init.attachedText(StringProperty attachedText) Initializes the static text that is attached to an object.UiObjectBaseDescription.Init.backgroundColor(StringProperty backgroundColor) Initializes the object's background color.SliderDescription.Init.containerAttachedText(StringProperty containerAttachedText) Initializes the slider container's attached text.UiObjectBaseDescription.Init.foregroundColor(StringProperty foregroundColor) Initializes the object's foreground color.UiObjectBaseDescription.Init.label(StringProperty label) Initializes object's label.SpinBoxDescription.Init.maximum(StringProperty max) Initializes the maximum value of the spin box.SpinBoxDescription.Init.minimum(StringProperty min) Initializes the minimum value of the spin box.UiObjectBaseDescription.Init.nativeClass(StringProperty nativeClass) Initializes object's Java class name.UiObjectBaseDescription.Init.objectName(StringProperty objectName) Initializes object's internal name.TabControlDescription.Init.origLogicalLocation(StringProperty origLogicalLocation) Initializes the original logical location of the tab object.UiObjectBaseDescription.Init.path(StringProperty path) Initializes the object's hierarchy (object ancestors).TabControlDescription.Init.selectedTab(StringProperty selectedTab) Initializes the selected tabbed panel.voidUiObjectBaseDescription.setAttachedText(StringProperty attachedText) Sets static text that is attached to an object.voidUiObjectBaseDescription.setBackgroundColor(StringProperty color) Sets the object's background color.voidSliderDescription.setContainerAttachedText(StringProperty containerAttachedText) Sets the slider container's attached text.voidUiObjectBaseDescription.setForegroundColor(StringProperty color) Sets the object's foreground color.voidUiObjectBaseDescription.setLabel(StringProperty label) Sets the test object's label.voidSpinBoxDescription.setMaximum(StringProperty max) Sets the maximum value of the spin box.voidSpinBoxDescription.setMinimum(StringProperty min) Sets the minimum value of the spin box.voidUiObjectBaseDescription.setNativeClass(StringProperty nativeClass) Sets the object's Java class name.voidUiObjectBaseDescription.setObjectName(StringProperty name) Sets the test object description's ObjectName property.voidTabControlDescription.setOrigLogicalLocation(StringProperty origLogicalLocation) Sets the original logical location of the tab object relative to the parent object.voidUiObjectBaseDescription.setPath(StringProperty path) Sets the object's hierarchy (object ancestors).voidTabControlDescription.setSelectedTab(StringProperty selectedTab) Selects the specified tabbed panel .voidUiObjectBaseDescription.setTagName(StringProperty tagName) Sets the test object's name.voidEditorDescription.setText(StringProperty text) Sets the editor's text.voidLabelDescription.setText(StringProperty text) Sets the object's text.voidLinkDescription.setText(StringProperty text) Sets the link text.voidMenuDescription.setText(StringProperty text) Sets the menu's text.voidUiObjectDescription.setText(StringProperty text) Sets the object's text.voidWindowDescription.setTitle(StringProperty title) Sets the window title.voidSpinBoxDescription.setValue(StringProperty value) Sets the spin box value.UiObjectBaseDescription.Init.tagName(StringProperty tagName) Initializes test object's name.EditorDescription.Init.text(StringProperty text) Initializes the editor's text.LabelDescription.Init.text(StringProperty text) Initializes the object's text.LinkDescription.Init.text(StringProperty text) Initializes the link text.MenuDescription.Init.text(StringProperty text) Initializes the menu's text.UiObjectDescription.Init.text(StringProperty text) Initializes the object's text.WindowDescription.Init.title(StringProperty title) Initializes the window title.SpinBoxDescription.Init.value(StringProperty value) Initializes the spin box value.
- 
Uses of StringProperty in com.hp.lft.sdk.mobileMethods in com.hp.lft.sdk.mobile that return StringPropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.getAccessibilityId()Returns the accessibility ID of the mobile object.EditFieldDescription.getHint()Returns the hint of the edit field.UiObjectBaseDescription.getNativeClass()Returns the native class of the mobile control.UiObjectBaseDescription.getResourceId()Returns the resource ID of the object.UiObjectBaseDescription.getText()Returns text of the mobile object.Methods in com.hp.lft.sdk.mobile with parameters of type StringPropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.Init.accessibilityId(StringProperty accessibilityId) Initializes the accessibility ID of the mobile control.EditFieldDescription.Init.hint(StringProperty hint) Initializes the hint property of the mobile control.UiObjectBaseDescription.Init.nativeClass(StringProperty nativeClass) Initializes object's native class of the mobile control.UiObjectBaseDescription.Init.resourceId(StringProperty resourceId) Initializes the resource ID of the control (Android only).voidUiObjectBaseDescription.setAccessibilityId(StringProperty accessibilityId) Sets the accessibility ID of the mobile object.voidEditFieldDescription.setHint(StringProperty hint) Sets the hint of the edit field.voidUiObjectBaseDescription.setNativeClass(StringProperty nativeClass) Sets the native class of the mobile control.voidUiObjectBaseDescription.setResourceId(StringProperty resourceId) Sets the resource ID of the object.voidUiObjectBaseDescription.setText(StringProperty text) Sets text of the mobile object.UiObjectBaseDescription.Init.text(StringProperty text) Initializes text of the mobile object.
- 
Uses of StringProperty in com.hp.lft.sdk.oracleMethods in com.hp.lft.sdk.oracle that return StringPropertyModifier and TypeMethodDescriptionCheckBoxDescription.getCaption()Returns the caption of the object.EditFieldDescription.getCaption()Returns the caption of the object.ListDescription.getCaption()Returns the caption of the object.RadioGroupDescription.getCaption()Returns the caption of the object.TreeViewDescription.getCaption()Returns the caption of the object.ApplicationSessionDescription.getClassPath()Returns the Oracle class hierarchy of the object's Oracle class.ButtonDescription.getClassPath()Returns the Oracle class hierarchy of the object's Oracle class.CalendarDescription.getClassPath()Returns the Oracle class hierarchy of the object's Oracle class.CheckBoxDescription.getClassPath()Returns the Oracle class hierarchy of the object's Oracle class.EditFieldDescription.getClassPath()Returns the Oracle class hierarchy of the object's Oracle class.FlexFieldWindowDescription.getClassPath()Returns the Oracle class hierarchy of the object's Oracle class.FormWindowDescription.getClassPath()Returns the Oracle class hierarchy of the object's Oracle class.ListDescription.getClassPath()Returns the Oracle class hierarchy of the object's Oracle class.ListOfValuesDescription.getClassPath()Returns the Oracle class hierarchy of the object's Oracle class.NotificationDescription.getClassPath()Returns the Oracle class hierarchy of the object's Oracle class.RadioGroupDescription.getClassPath()Returns the Oracle class hierarchy of the object's Oracle class.StatusBarDescription.getClassPath()Returns the Oracle class hierarchy of the object's Oracle class.TabDescription.getClassPath()Returns the Oracle class hierarchy of the object's Oracle class.TreeViewDescription.getClassPath()Returns the Oracle class hierarchy of the object's Oracle class.StatusBarDescription.getErrorCode()Returns error code of the displayed message.ButtonDescription.getLabel()Returns the text displayed on the object.CheckBoxDescription.getLabel()Returns the text displayed on the object.TabDescription.getLabel()Returns the text displayed on the object.NotificationDescription.getMessage()Returns the text of the notification.StatusBarDescription.getMessage()Returns the text of the displayed message.ButtonDescription.getObjectDescription()Returns the accessibility description of the object as specified by the server.CheckBoxDescription.getObjectDescription()Returns the accessibility description of the object as specified by the server.EditFieldDescription.getObjectDescription()Returns the accessibility description of the object as specified by the server.ListDescription.getObjectDescription()Returns the accessibility description of the object as specified by the server.RadioGroupDescription.getObjectDescription()Returns the accessibility description of the object as specified by the server.TreeViewDescription.getObjectDescription()Returns the accessibility description of the object as specified by the server.ButtonDescription.getObjectName()Returns internal name of the object supplied by the application server.CheckBoxDescription.getObjectName()Returns internal name of the object supplied by the application server.EditFieldDescription.getObjectName()Returns internal name of the object supplied by the application server.ListDescription.getObjectName()Returns internal name of the object supplied by the application server.RadioGroupDescription.getObjectName()Returns internal name of the object supplied by the application server.TableDescription.getObjectName()Returns the name of the object supplied by the server.TreeViewDescription.getObjectName()Returns internal name of the object supplied by the application server.UiObjectBaseDescription.getObjectType()Returns the general object type.ListDescription.getSelectedItem()Returns the value of the selected item.RadioGroupDescription.getSelectedItem()Returns the value of the selected item.TreeViewDescription.getSelectedItem()Returns the value of the selected item.FormWindowDescription.getShortTitle()Returns the window short title.EditFieldDescription.getText()Returns the value of the object.CalendarDescription.getTitle()Returns the window title.FlexFieldWindowDescription.getTitle()Returns the window title.ListOfValuesDescription.getTitle()Returns the window title.NotificationDescription.getTitle()Returns the window title.UiFormBaseDescription.getTitle()Returns the window title.ButtonDescription.getTooltipText()Returns the text displayed in the object's tooltip.CheckBoxDescription.getTooltipText()Returns the text displayed in the object's tooltip.EditFieldDescription.getTooltipText()Returns the text displayed in the object's tooltip.ListDescription.getTooltipText()Returns the text displayed in the object's tooltip.RadioGroupDescription.getTooltipText()Returns the text displayed in the object's tooltip.TreeViewDescription.getTooltipText()Returns the text displayed in the object's tooltip.Methods in com.hp.lft.sdk.oracle with parameters of type StringPropertyModifier and TypeMethodDescriptionCheckBoxDescription.Init.caption(StringProperty caption) Initializes the checkBox's caption.EditFieldDescription.Init.caption(StringProperty caption) Initializes the edit field's caption.ListDescription.Init.caption(StringProperty caption) Initializes the list's caption.RadioGroupDescription.Init.caption(StringProperty caption) Initializes the radio group's caption.TreeViewDescription.Init.caption(StringProperty caption) Initializes the tree view's caption.ApplicationSessionDescription.Init.classPath(StringProperty classPath) Initializes the application session's classPath.ButtonDescription.Init.classPath(StringProperty classPath) Initializes the button's classPath.CalendarDescription.Init.classPath(StringProperty classPath) Initializes the calendar's classPath.CheckBoxDescription.Init.classPath(StringProperty classPath) Initializes the checkBox's classPath.EditFieldDescription.Init.classPath(StringProperty classPath) Initializes the edit field's classPath.FlexFieldWindowDescription.Init.classPath(StringProperty classPath) Initializes the flex field window's classPath.FormWindowDescription.Init.classPath(StringProperty classPath) Initializes the form window's classPath.ListDescription.Init.classPath(StringProperty classPath) Initializes the list's classPath.ListOfValuesDescription.Init.classPath(StringProperty classPath) Initializes the list of values's classPath.NotificationDescription.Init.classPath(StringProperty classPath) Initializes the notification's classPath.RadioGroupDescription.Init.classPath(StringProperty classPath) Initializes the radio group's classPath.StatusBarDescription.Init.classPath(StringProperty classPath) Initializes the status bar's classPath.TabDescription.Init.classPath(StringProperty classPath) Initializes the tab's classPath.TreeViewDescription.Init.classPath(StringProperty classPath) Initializes the tree view's classPath.StatusBarDescription.Init.errorCode(StringProperty errorCode) Initializes the status bar's errorCode.ButtonDescription.Init.label(StringProperty label) Initializes the button's label.CheckBoxDescription.Init.label(StringProperty label) Initializes the checkBox's label.TabDescription.Init.label(StringProperty label) Initializes the tab's label.NotificationDescription.Init.message(StringProperty message) Initializes the notification's message.StatusBarDescription.Init.message(StringProperty message) Initializes the status bar's message.ButtonDescription.Init.objectDescription(StringProperty objectDescription) Initializes the button's objectDescription.CheckBoxDescription.Init.objectDescription(StringProperty objectDescription) Initializes the checkBox's objectDescription.EditFieldDescription.Init.objectDescription(StringProperty objectDescription) Initializes the edit field's objectDescription.ListDescription.Init.objectDescription(StringProperty objectDescription) Initializes the list's objectDescription.RadioGroupDescription.Init.objectDescription(StringProperty objectDescription) Initializes the radio group's objectDescription.TreeViewDescription.Init.objectDescription(StringProperty objectDescription) Initializes the tree view's objectDescription.ButtonDescription.Init.objectName(StringProperty objectName) Initializes the button's objectName.CheckBoxDescription.Init.objectName(StringProperty objectName) Initializes the checkBox's objectName.EditFieldDescription.Init.objectName(StringProperty objectName) Initializes the edit field's objectName.ListDescription.Init.objectName(StringProperty objectName) Initializes the list's objectName.RadioGroupDescription.Init.objectName(StringProperty objectName) Initializes the radio group's objectName.TableDescription.Init.objectName(StringProperty objectName) Initializes the table's objectName.TreeViewDescription.Init.objectName(StringProperty objectName) Initializes the tree view's objectName.UiObjectBaseDescription.Init.objectType(StringProperty objectType) Initializes the general object type.ListDescription.Init.selectedItem(StringProperty selectedItem) Initializes the list's selectedItem.RadioGroupDescription.Init.selectedItem(StringProperty selectedItem) Initializes the radio group's selectedItem.TreeViewDescription.Init.selectedItem(StringProperty selectedItem) Initializes the tree view's selectedItem.voidCheckBoxDescription.setCaption(StringProperty caption) Sets the caption of the object.voidEditFieldDescription.setCaption(StringProperty caption) Sets the caption of the object.voidListDescription.setCaption(StringProperty caption) Sets the caption of the object.voidRadioGroupDescription.setCaption(StringProperty caption) Sets the caption of the object.voidTreeViewDescription.setCaption(StringProperty caption) Sets the caption of the object.voidApplicationSessionDescription.setClassPath(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.voidButtonDescription.setClassPath(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.voidCalendarDescription.setClassPath(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.voidCheckBoxDescription.setClassPath(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.voidEditFieldDescription.setClassPath(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.voidFlexFieldWindowDescription.setClassPath(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.voidFormWindowDescription.setClassPath(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.voidListDescription.setClassPath(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.voidListOfValuesDescription.setClassPath(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.voidNotificationDescription.setClassPath(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.voidRadioGroupDescription.setClassPath(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.voidStatusBarDescription.setClassPath(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.voidTabDescription.setClassPath(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.voidTreeViewDescription.setClassPath(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.voidStatusBarDescription.setErrorCode(StringProperty errorCode) Sets the error code of the displayed message.voidButtonDescription.setLabel(StringProperty label) Sets the text displayed on the object.voidCheckBoxDescription.setLabel(StringProperty label) Sets the text displayed on the object.voidTabDescription.setLabel(StringProperty label) Sets the text displayed on the object.voidNotificationDescription.setMessage(StringProperty message) Sets the text of the notification.voidStatusBarDescription.setMessage(StringProperty message) Sets the text of the displayed message.voidButtonDescription.setObjectDescription(StringProperty objectDescription) Sets the accessibility description of the object as specified by the server.voidCheckBoxDescription.setObjectDescription(StringProperty objectDescription) Sets the accessibility description of the object as specified by the server.voidEditFieldDescription.setObjectDescription(StringProperty objectDescription) Sets the accessibility description of the object as specified by the server.voidListDescription.setObjectDescription(StringProperty objectDescription) Sets the accessibility description of the object as specified by the server.voidRadioGroupDescription.setObjectDescription(StringProperty objectDescription) Sets the accessibility description of the object as specified by the server.voidTreeViewDescription.setObjectDescription(StringProperty objectDescription) Sets the accessibility description of the object as specified by the server.voidButtonDescription.setObjectName(StringProperty objectName) Sets the internal name of the object supplied by the application server.voidCheckBoxDescription.setObjectName(StringProperty objectName) Sets the internal name of the object supplied by the application server.voidEditFieldDescription.setObjectName(StringProperty objectName) Sets the internal name of the object supplied by the application server.voidListDescription.setObjectName(StringProperty objectName) Sets the internal name of the object supplied by the application server.voidRadioGroupDescription.setObjectName(StringProperty objectName) Sets the internal name of the object supplied by the application server.voidTableDescription.setObjectName(StringProperty objectName) Sets the name of the object supplied by the server.voidTreeViewDescription.setObjectName(StringProperty objectName) Sets the internal name of the object supplied by the application server.voidUiObjectBaseDescription.setObjectType(StringProperty objectType) Sets general object type.voidListDescription.setSelectedItem(StringProperty selectedItem) Sets the value of the selected item.voidRadioGroupDescription.setSelectedItem(StringProperty selectedItem) Sets the value of the selected item.voidTreeViewDescription.setSelectedItem(StringProperty selectedItem) Sets the value of the selected item.voidFormWindowDescription.setShortTitle(StringProperty shortTitle) Sets the window short title.voidEditFieldDescription.setText(StringProperty text) Sets the value of the object.voidCalendarDescription.setTitle(StringProperty title) Sets the window title.voidFlexFieldWindowDescription.setTitle(StringProperty title) Sets the window title.voidListOfValuesDescription.setTitle(StringProperty title) Sets the window title.voidNotificationDescription.setTitle(StringProperty title) Sets the window title.voidUiFormBaseDescription.setTitle(StringProperty title) Sets the window title.voidButtonDescription.setTooltipText(StringProperty tooltipText) Sets the text displayed in the object's tooltip.voidCheckBoxDescription.setTooltipText(StringProperty tooltipText) Sets the text displayed in the object's tooltip.voidEditFieldDescription.setTooltipText(StringProperty tooltipText) Sets the text displayed in the object's tooltip.voidListDescription.setTooltipText(StringProperty tooltipText) Sets the text displayed in the object's tooltip.voidRadioGroupDescription.setTooltipText(StringProperty tooltipText) Sets the text displayed in the object's tooltip.voidTreeViewDescription.setTooltipText(StringProperty tooltipText) Sets the text displayed in the object's tooltip.FormWindowDescription.Init.shortTitle(StringProperty shortTitle) Initializes the form window's short title.EditFieldDescription.Init.text(StringProperty text) Initializes the edit field's text.CalendarDescription.Init.title(StringProperty title) Initializes the calendar's title.FlexFieldWindowDescription.Init.title(StringProperty title) Initializes the flex field window's title.ListOfValuesDescription.Init.title(StringProperty title) Initializes the list of values's title.NotificationDescription.Init.title(StringProperty title) Initializes the notification's title.UiFormBaseDescription.Init.title(StringProperty title) Initializes the UiFormBase's title.ButtonDescription.Init.tooltipText(StringProperty tooltipText) Initializes the button's tooltipText.CheckBoxDescription.Init.tooltipText(StringProperty tooltipText) Initializes the checkBox's tooltipText.EditFieldDescription.Init.tooltipText(StringProperty tooltipText) Initializes the edit field's tooltipText.ListDescription.Init.tooltipText(StringProperty tooltipText) Initializes the list's tooltipText.RadioGroupDescription.Init.tooltipText(StringProperty tooltipText) Initializes the radio group's tooltipText.TreeViewDescription.Init.tooltipText(StringProperty tooltipText) Initializes the tree view's tooltipText.
- 
Uses of StringProperty in com.hp.lft.sdk.powerbuilderMethods in com.hp.lft.sdk.powerbuilder that return StringPropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.getAttachedText()Returns the static text that is attached to this control.UiObjectBaseDescription.getNativeClass()Returns the object's window class name.UiObjectBaseDescription.getObjectName()Returns the object's name as set by the developer.ComboBoxDescription.getSelectedItem()Returns the selected item in the combo box.TabControlDescription.getSelectedTab()Returns the selected tab in the TabControlDescription.UiObjectBaseDescription.getText()Returns the text associated with the object.UiObjectBaseDescription.getWindowClassRegExp()Returns the permanent part of the MFC window class.UiObjectBaseDescription.getWindowTitleRegExp()Returns the constant part of the window title.Methods in com.hp.lft.sdk.powerbuilder with parameters of type StringPropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.Init.attachedText(StringProperty attachedText) Sets the static text that is attached to this object.UiObjectBaseDescription.Init.nativeClass(StringProperty nativeClass) Initializes the object's window class name.UiObjectBaseDescription.Init.objectName(StringProperty objectName) Sets the object's name as set by the developer.ComboBoxDescription.Init.selectedItem(StringProperty selectedItem) Initializes the selected item in the combo box.TabControlDescription.Init.selectedTab(StringProperty selectedTab) Initializes the selected tab in the TabControlDescription.voidUiObjectBaseDescription.setAttachedText(StringProperty attachedText) Sets the static text that is attached to this object.voidUiObjectBaseDescription.setNativeClass(StringProperty nativeClass) Sets the object's window class name.voidUiObjectBaseDescription.setObjectName(StringProperty objectName) Sets the object's name as set by the developer.voidComboBoxDescription.setSelectedItem(StringProperty item) Sets the selected item in the combo box.voidTabControlDescription.setSelectedTab(StringProperty tab) Sets the selected tab in the TabControlDescription.voidUiObjectBaseDescription.setText(StringProperty text) Sets the text associated with the object.voidUiObjectBaseDescription.setWindowClassRegExp(StringProperty windowClassRegExp) Sets the permanent part of the MFC window class.voidUiObjectBaseDescription.setWindowTitleRegExp(StringProperty windowTitleRegExp) Sets the constant part of the window title.UiObjectBaseDescription.Init.text(StringProperty text) Sets the permanent part of the text associated with the object.UiObjectBaseDescription.Init.windowClassRegExp(StringProperty windowClassRegExp) Sets the permanent part of the MFC window class.UiObjectBaseDescription.Init.windowTitleRegExp(StringProperty windowTitleRegExp) Sets the permanent part of the constant part of the window title.
- 
Uses of StringProperty in com.hp.lft.sdk.sap.guiMethods in com.hp.lft.sdk.sap.gui that return StringPropertyModifier and TypeMethodDescriptionGuiSessionDescription.getApplicationServer()Returns the session's application server name.CalendarDescription.getAttachedText()Returns the static text that is attached to the control.CheckBoxDescription.getAttachedText()Returns the text associated with the object.EditFieldDescription.getAttachedText()Returns the static text attached to the edit field.RadioButtonDescription.getAttachedText()Returns the static text attached to the control.GuiSessionDescription.getClient()Returns the client selected on the login screen.ButtonDescription.getContainerName()Returns the name of the parent object.EditFieldDescription.getIconName()Returns the name of the icon used in the edit box.LabelDescription.getIconName()Returns the name of the icon used within the label.ElementDescription.getId()Returns the element's unique identifier.GuiSessionDescription.getId()Returns the ID.GuiSessionDescription.getLanguage()Returns the language the user is working in.StatusBarDescription.getMessageId()Returns the ID of the message in text format.StatusBarDescription.getMessageNumber()Returns the internal number of the message on the status bar.ElementDescription.getName()Returns the name of the element.GuiSessionDescription.getName()Returns the session's name.WindowDescription.getProgram()Returns the name of the SAP source program that is currently executing.LabelDescription.getRelativeId()Returns the object's unique identifier relative to the parent window ID in text format.ComboBoxDescription.getSelectedItem()Returns the selected item in the combo box.TreeViewDescription.getSelectedItem()Returns the selected item.TreeViewDescription.getSelectedNodePath()Returns the path of the selected node in the tree.TabControlDescription.getSelectedTab()Returns the selected tab.GuiSessionDescription.getSystemName()Returns the name of the SAP system.ButtonDescription.getText()Returns the text associated with the object.EditFieldDescription.getText()Returns the text string value of the object.EditorDescription.getText()Returns the text of the editor.LabelDescription.getText()Returns the text of the label.StatusBarDescription.getText()Returns the text associated with the status bar.TabControlDescription.getText()Returns the text associated with the tab object.WindowDescription.getText()Returns the text associated with the window.TableBaseDescription.getTitle()Returns the title of the object.ButtonDescription.getTooltip()Returns the text of the label.TabControlDescription.getTooltip()Returns the value of the tab object's tooltip.WindowDescription.getTransaction()Returns the transaction the user is currently executing.GuiSessionDescription.getUser()Returns the user name for the session.OKCodeDescription.getValue()Returns the command code entered in the field.Methods in com.hp.lft.sdk.sap.gui with parameters of type StringPropertyModifier and TypeMethodDescriptionGuiSessionDescription.Init.applicationServer(StringProperty applicationServer) Initializes the name of the application server of the session.CalendarDescription.Init.attachedText(StringProperty attachedText) Initializes the static text that is attached to the control.CheckBoxDescription.Init.attachedText(StringProperty text) Initializes the text associated with the object.EditFieldDescription.Init.attachedText(StringProperty attachedText) Initializes static text that is attached to the edit field.RadioButtonDescription.Init.attachedText(StringProperty attachedText) Initializes static text attached to the control.GuiSessionDescription.Init.client(StringProperty client) Initializes the client selected on the login screen.ButtonDescription.Init.containerName(StringProperty containerName) Initializes name of the parent object.EditFieldDescription.Init.iconName(StringProperty iconName) Initializes the name of the icon used in the edit box.LabelDescription.Init.iconName(StringProperty iconName) Initializes the name of the icon used in the label.ElementDescription.Init.id(StringProperty id) Initializes the element's unique identifier in text format.GuiSessionDescription.Init.id(StringProperty id) Initializes the ID of the session.GuiSessionDescription.Init.language(StringProperty language) Initializes the language in which the user is working.StatusBarDescription.Init.messageId(StringProperty messageId) Initializes the ID of the message in text format.StatusBarDescription.Init.messageNumber(StringProperty messageNumber) Initializes the internal number of the message on the status bar.ElementDescription.Init.name(StringProperty name) Initializes the name of the element.GuiSessionDescription.Init.name(StringProperty name) Initializes the name of the session.WindowDescription.Init.program(StringProperty program) Initializes the name of the SAP source program that is currently executing.LabelDescription.Init.relativeId(StringProperty id) Initializes the object's unique identifier relative to the parent window ID.ComboBoxDescription.Init.selectedItem(StringProperty selectedItem) Initializes the selected item in the combo box.TreeViewDescription.Init.selectedItem(StringProperty selectedItem) Initializes the selected item in the tree.TreeViewDescription.Init.selectedNodePath(StringProperty selectedNodePath) Initializes the path of the selected node in the tree.TabControlDescription.Init.selectedTab(StringProperty selectedTab) Initializes the selected tab in the tab object.voidGuiSessionDescription.setApplicationServer(StringProperty applicationServer) Sets the session's application server name.voidCalendarDescription.setAttachedText(StringProperty attachedText) Sets the static text that is attached to the control.voidCheckBoxDescription.setAttachedText(StringProperty text) Sets the text associated with the object.voidEditFieldDescription.setAttachedText(StringProperty attachedText) Sets the static text attached to the edit field.voidRadioButtonDescription.setAttachedText(StringProperty attachedText) Sets the static text attached to the control.voidGuiSessionDescription.setClient(StringProperty client) Sets the client selected on the login screen.voidButtonDescription.setContainerName(StringProperty containerName) Sets the name of the parent object.voidEditFieldDescription.setIconName(StringProperty iconName) Sets the name of the icon used in the edit box.voidLabelDescription.setIconName(StringProperty iconName) Sets the name of the icon used in the label.voidElementDescription.setId(StringProperty id) Sets the element's unique identifier.voidGuiSessionDescription.setId(StringProperty id) Sets the session's ID in text format.voidGuiSessionDescription.setLanguage(StringProperty language) Sets the language the user is working in.voidStatusBarDescription.setMessageId(StringProperty messageId) Sets the ID of the message in text format.voidStatusBarDescription.setMessageNumber(StringProperty messageNumber) Sets the internal number of the message on the status bar.voidElementDescription.setName(StringProperty name) Sets the name of the element.voidGuiSessionDescription.setName(StringProperty name) Sets the session's name.voidWindowDescription.setProgram(StringProperty program) Sets the name of the SAP source program that is currently executing.voidLabelDescription.setRelativeId(StringProperty relativeId) Sets the object's unique identifier relative to the parent window ID in text format.voidComboBoxDescription.setSelectedItem(StringProperty item) Sets the selected item in the combo box.voidTreeViewDescription.setSelectedItem(StringProperty item) Sets the selected item in the tree.voidTreeViewDescription.setSelectedNodePath(StringProperty nodePath) Sets the path of the selected node in the tree.voidTabControlDescription.setSelectedTab(StringProperty tab) Selects the specified tab in the tab object.voidGuiSessionDescription.setSystemName(StringProperty systemName) Sets the name of the SAP system.voidButtonDescription.setText(StringProperty text) Sets the text associated with the object.voidEditFieldDescription.setText(StringProperty text) Sets the text string value of the object.voidEditorDescription.setText(StringProperty text) Sets the text of the editor.voidLabelDescription.setText(StringProperty text) Sets the the text of the label.voidStatusBarDescription.setText(StringProperty text) Sets the text associated with the status bar.voidTabControlDescription.setText(StringProperty text) Sets the text associated with the tab object.voidWindowDescription.setText(StringProperty text) Sets the text associated with the window.voidTableBaseDescription.setTitle(StringProperty title) Sets the title of the object.voidButtonDescription.setTooltip(StringProperty tooltip) Sets the value of the object's tooltip.voidTabControlDescription.setTooltip(StringProperty tooltip) Sets the value of the tab object's tooltip.voidWindowDescription.setTransaction(StringProperty transaction) Sets the transaction the user is currently executing.voidGuiSessionDescription.setUser(StringProperty user) Sets the user name for the session.voidOKCodeDescription.setValue(StringProperty value) Sets the command code entered in the field.GuiSessionDescription.Init.systemName(StringProperty systemName) Initializes the name of the SAP system.ButtonDescription.Init.text(StringProperty text) Initializes text associated with the object.EditFieldDescription.Init.text(StringProperty text) Initializes text string value of the object.EditorDescription.Init.text(StringProperty text) Initializes the text of the editor.LabelDescription.Init.text(StringProperty text) Initializes the text of the label.StatusBarDescription.Init.text(StringProperty text) Initializes the text associated with the status bar.TabControlDescription.Init.text(StringProperty text) Initializes the text associated with the tab object.WindowDescription.Init.text(StringProperty text) Initializes the text associated with the window.TableBaseDescription.Init.title(StringProperty title) Initializes the title value of the object.ButtonDescription.Init.tooltip(StringProperty tooltip) Initializes value of the object's tooltip.TabControlDescription.Init.tooltip(StringProperty tooltip) Initializes the value of the tab object's tooltip.WindowDescription.Init.transaction(StringProperty transaction) Initializes the transaction the user is currently executing.GuiSessionDescription.Init.user(StringProperty user) Initializes the user name of the session.OKCodeDescription.Init.value(StringProperty value) Initializes command code entered in the field.
- 
Uses of StringProperty in com.hp.lft.sdk.sap.ui5Methods in com.hp.lft.sdk.sap.ui5 that return StringPropertyModifier and TypeMethodDescriptionDateTimeInputDescription.getDisplayFormat()Gets the display format of the DateTimeInput object.CalendarDescription.getLocale()Returns the locale of the application running the calendar.DateTimeInputDescription.getPlaceholder()Gets the placeholder of the DateTimeInput object.TreeViewDescription.getSelectedNode()Returns the path of the selected node of the tree view.HeaderDescription.getText()Returns the text of the header.LabelDescription.getText()Returns the text of the label.Methods in com.hp.lft.sdk.sap.ui5 with parameters of type StringPropertyModifier and TypeMethodDescriptionDateTimeInputDescription.Init.displayFormat(StringProperty displayFormat) Initiates the display format on the DateTimeInput.CalendarDescription.Init.locale(StringProperty locale) Initiates the locale of the calendar.DateTimeInputDescription.Init.placeholder(StringProperty placeholder) Initiates the placeholder on the DateTimeInput.TreeViewDescription.Init.selectedNode(StringProperty selectedNode) Initializes the path of the selected node of the description instance.voidDateTimeInputDescription.setDisplayFormat(StringProperty value) Sets the display format of the DateTimeInput object using a StringProperty value.voidCalendarDescription.setLocale(StringProperty locale) Sets the locale of the calendar.voidDateTimeInputDescription.setPlaceholder(StringProperty value) Sets the placeholder of the DateTimeInput object.voidTreeViewDescription.setSelectedNode(StringProperty selectedNode) Sets the path of the selected node using a string property.voidHeaderDescription.setText(StringProperty text) Sets the text of the header using a string property.voidLabelDescription.setText(StringProperty text) Sets the text of the label using a string property.HeaderDescription.Init.text(StringProperty text) Initializes the text of the description instance.LabelDescription.Init.text(StringProperty text) Initializes the text of the description instance.
- 
Uses of StringProperty in com.hp.lft.sdk.stdwinMethods in com.hp.lft.sdk.stdwin that return StringPropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.getAccessibleName()Returns the object's name.UiObjectBaseDescription.getAttachedText()Returns the static text that is attached to this control.UiObjectBaseDescription.getNativeClass()Returns the object's window class name.ComboBoxDescription.getSelectedItem()Returns the selected item in the combo box.TabControlDescription.getSelectedTab()Returns the selected tab in the TabControlDescription.UiObjectBaseDescription.getText()Returns the text associated with the object.UiObjectBaseDescription.getWindowClassRegExp()Returns the permanent part of the MFC window class.UiObjectBaseDescription.getWindowTitleRegExp()Returns the constant part of the window title.Methods in com.hp.lft.sdk.stdwin with parameters of type StringPropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.Init.accessibleName(StringProperty accessibleName) Sets the object's name, available for windowless objects only.UiObjectBaseDescription.Init.attachedText(StringProperty attachedText) Sets the static text that is attached to this object.UiObjectBaseDescription.Init.nativeClass(StringProperty nativeClass) Initializes the object's window class name.ComboBoxDescription.Init.selectedItem(StringProperty selectedItem) Initializes the selected item in the combo box.TabControlDescription.Init.selectedTab(StringProperty selectedTab) Initializes the selected tab in the TabControlDescription.voidUiObjectBaseDescription.setAccessibleName(StringProperty accessibleName) Sets the object's name.voidUiObjectBaseDescription.setAttachedText(StringProperty attachedText) Sets the static text that is attached to this object.voidUiObjectBaseDescription.setNativeClass(StringProperty nativeClass) Sets the object's window class name.voidComboBoxDescription.setSelectedItem(StringProperty item) Sets the selected item in the combo box.voidTabControlDescription.setSelectedTab(StringProperty tab) Sets the selected tab in the TabControlDescription.voidUiObjectBaseDescription.setText(StringProperty text) Sets the text associated with the object.voidUiObjectBaseDescription.setWindowClassRegExp(StringProperty windowClassRegExp) Sets the permanent part of the MFC window class.voidUiObjectBaseDescription.setWindowTitleRegExp(StringProperty windowTitleRegExp) Sets the constant part of the window title.UiObjectBaseDescription.Init.text(StringProperty text) Sets the permanent part of the text associated with the object.UiObjectBaseDescription.Init.windowClassRegExp(StringProperty windowClassRegExp) Sets the permanent part of the MFC window class.UiObjectBaseDescription.Init.windowTitleRegExp(StringProperty windowTitleRegExp) Sets the permanent part of the constant part of the window title.
- 
Uses of StringProperty in com.hp.lft.sdk.teMethods in com.hp.lft.sdk.te that return StringPropertyModifier and TypeMethodDescriptionFieldDescription.getAttachedText()Sets the attached text attribute for TeField.ScreenDescription.getLabel()Returns the label of the Terminal Emulator screen.WindowDescription.getShortName()Sets the short name of the window.FieldDescription.getText()Sets the content of TeField.Methods in com.hp.lft.sdk.te with parameters of type StringPropertyModifier and TypeMethodDescriptionFieldDescription.Init.attachedText(StringProperty attachedText) Initializes the attached text attribute for TeField.ScreenDescription.Init.label(StringProperty label) Initializes the label attribute for TeScreen.voidFieldDescription.setAttachedText(StringProperty attachedText) Sets the attached text attribute for TeField.voidScreenDescription.setLabel(StringProperty label) Sets the label of the Terminal Emulator screen.voidWindowDescription.setShortName(StringProperty shortName) Sets the short name of the window.voidFieldDescription.setText(StringProperty text) Sets the content of TeField.WindowDescription.Init.shortName(StringProperty shortName) Initializes the short name of the window.FieldDescription.Init.text(StringProperty text) Initializes the content of TeField.ScreenBase.waitForText(StringProperty text) Waits for a specified text to appear on the emulator screen before continuing the run session.
 Example 1:
 The following example uses the waitForText method to wait 10 seconds for a string defined as regular expression, for example: CH70001 LAST ACCESS AT 14:27:07 ON THURSDAY:
 waitForText(new RegExpProperty(@".*LAST ACCESS AT \d\d:\d\d:\d\d ON .*DAY.*"), new Area(3, 1, 3, 80), 10000)
 Example 2:
 The following example uses the waitForText method to wait 5 seconds for a string, for example: "User":
 waitForText("User", new Area(3, 1, 3, 80), 5000)ScreenBase.waitForText(StringProperty text, long milliseconds) Waits for a specified text to appear on the emulator screen before continuing the run session.
 Example 1:
 The following example uses the waitForText method to wait 10 seconds for a string defined as regular expression, for example: CH70001 LAST ACCESS AT 14:27:07 ON THURSDAY:
 waitForText(new RegExpProperty(@".*LAST ACCESS AT \d\d:\d\d:\d\d ON .*DAY.*"), new Area(3, 1, 3, 80), 10000)
 Example 2:
 The following example uses the waitForText method to wait 5 seconds for a string, for example: "User":
 waitForText("User", new Area(3, 1, 3, 80), 5000)ScreenBase.waitForText(StringProperty text, Area area) Waits for a specified text to appear on the emulator screen before continuing the run session.
 Example 1:
 The following example uses the waitForText method to wait 10 seconds for a string defined as regular expression, for example: CH70001 LAST ACCESS AT 14:27:07 ON THURSDAY:
 waitForText(new RegExpProperty(@".*LAST ACCESS AT \d\d:\d\d:\d\d ON .*DAY.*"), new Area(3, 1, 3, 80), 10000)
 Example 2:
 The following example uses the waitForText method to wait 5 seconds for a string, for example: "User":
 waitForText("User", new Area(3, 1, 3, 80), 5000)ScreenBase.waitForText(StringProperty text, Area area, long milliseconds) Waits for a specified text to appear on the emulator screen before continuing the run session.
- 
Uses of StringProperty in com.hp.lft.sdk.uiaproMethods in com.hp.lft.sdk.uiapro that return StringPropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.getAcceleratorKey()UiObjectBaseDescription.getAccessKey()UiObjectBaseDescription.getAutomationId()UiObjectBaseDescription.getControlType()UiObjectBaseDescription.getFrameworkId()UiObjectBaseDescription.getName()Returns the object's name.UiObjectBaseDescription.getNativeClass()Returns the object's window class name.UiObjectBaseDescription.getPath()UiObjectBaseDescription.getProcessName()UiObjectBaseDescription.getStatus()Methods in com.hp.lft.sdk.uiapro with parameters of type StringPropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.Init.acceleratorKey(StringProperty acceleratorKey) UiObjectBaseDescription.Init.accessKey(StringProperty accessKey) UiObjectBaseDescription.Init.automationId(StringProperty automationId) UiObjectBaseDescription.Init.controlType(StringProperty controlType) UiObjectBaseDescription.Init.frameworkId(StringProperty frameworkId) UiObjectBaseDescription.Init.name(StringProperty name) UiObjectBaseDescription.Init.nativeClass(StringProperty nativeClass) UiObjectBaseDescription.Init.path(StringProperty path) UiObjectBaseDescription.Init.processName(StringProperty processName) voidUiObjectBaseDescription.setAcceleratorKey(StringProperty acceleratorKey) Set the sequence of key combinations that invoke an action associated with the element.voidUiObjectBaseDescription.setAccessKey(StringProperty accessKey) Set the character that is used to activate the object.voidUiObjectBaseDescription.setAutomationId(StringProperty automationId) Set the ID for an object that is unique among siblings within its container.voidUiObjectBaseDescription.setControlType(StringProperty controlType) Set the UIAPro type for the object.voidUiObjectBaseDescription.setFrameworkId(StringProperty frameworkId) Set the name of the UI framework, such as Win32, WinForm, or DirectUI.voidUiObjectBaseDescription.setName(StringProperty name) Set the object's name.voidUiObjectBaseDescription.setNativeClass(StringProperty nativeClass) Set the object's window class name.voidUiObjectBaseDescription.setPath(StringProperty path) Set the path in the application's object hierarchy, separated by semicolons.voidUiObjectBaseDescription.setProcessName(StringProperty processName) Set the UIAutomation object process name.voidUiObjectBaseDescription.setStatus(StringProperty status) Set Describes the status of the current object.UiObjectBaseDescription.Init.status(StringProperty status) 
- 
Uses of StringProperty in com.hp.lft.sdk.webMethods in com.hp.lft.sdk.web that return StringPropertyModifier and TypeMethodDescriptionWebElementDescription.getAccessibilityName()Returns the label of the object (where no text label is available).AreaDescription.getAlt()Returns the alternative text that will be displayed instead of the image.ImageDescription.getAlt()Returns the image's tooltip text..LinkDescription.getBackgroundColor()Returns the link's background color.ButtonDescription.getButtonType()Returns the type of button, for example, submit or reset.WebBaseDescription.getClassName()Returns the object's CSS class.LinkDescription.getColor()Returns the link's color.MediaControlDescription.getCurrentSource()Returns the URL of the media file currently selected in the browser window.EditFieldDescription.getDefaultValue()Returns the default value that will be displayed in the edit field.ListBoxDescription.getDefaultValue()Returns the initial text value, which is set when the object is reset.ListBoxDescription.getFirstItem()Returns the first item in the list of items in the list.MenuDescription.getFirstMenuItem()Returns the first item in the list of items in this menu.TreeViewDescription.getFirstNode()Returns the first node in the list of nodes in this tree.TabStripDescription.getFirstTab()Returns the first tab in the list of tabs in this tab strip.LinkDescription.getFontName()Returns the link's font name.AreaDescription.getHref()Returns the link's target without the last /.ImageDescription.getHref()Returns the location to which the browser navigates when the image is clicked.LinkDescription.getHref()Returns the location to which the browser navigates when the image is clicked.WebBaseDescription.getId()Returns the object's HTML identifier.WebBaseDescription.getInnerHTML()Returns the HTML code contained between the object's start and end tags.WebBaseDescription.getInnerText()Returns the text contained between the object's start and end tags.AreaDescription.getMapName()Returns the name of the map element the image uses to define the area inside the image.WebBaseDescription.getName()Returns the object's name property.BrowserDescription.getOpenTitle()Returns the browser's initial title when first opened.BrowserDescription.getOpenUrl()Returns the URL from which the browser is first opened.WebBaseDescription.getOuterHTML()Returns the HTML code contained between the object's start and end tags.WebBaseDescription.getOuterText()Returns the object's text.EditFieldDescription.getPattern()Returns the input pattern, for example, a phone number.EditFieldBaseDescription.getPlaceholder()Returns the hint text that is displayed in the edit box until a value is entered into it.WebElementDescription.getRole()Returns the object's role property.RadioGroupDescription.getSelectedItem()Returns the currently selected item (or null if none is selected).TreeViewDescription.getSelectedNodePath()Returns the path of the currently selected item in this tree.AreaDescription.getSrc()Returns the image source in URL format.ImageDescription.getSrc()Returns the image source in URL format.WebBaseDescription.getTagName()Returns the element's tag name.AreaDescription.getTarget()Returns the name of the frame that will be navigated when user clicks on the frame.ImageDescription.getTarget()Returns the name of the target frame of the navigation.LinkDescription.getTarget()Returns the target frame of the navigation.ButtonDescription.getText()Returns the button's text.FrameDescription.getText()Returns the inner text of the body element.PageDescription.getText()Returns the inner text of the body element.BrowserDescription.getTitle()Returns the browser's title.PageDescription.getTitle()Returns the page's title attribute.WebBaseDescription.getTitle()Returns the object's title attribute.CheckBoxDescription.getType()Returns the type of object as defined in the HTML input tag.FormFieldDescription.getType()Returns the type of object as defined in the HTML input tag.RadioGroupDescription.getType()Returns the type of object as defined in the HTML input tag.BrowserDescription.getUrl()Returns the current URL of the browser tab.FrameDescription.getUrl()Returns the URL of the frame.PageDescription.getUrl()Returns the URL of the page.EditFieldBaseDescription.getValue()Returns the current text in the field.ListBoxDescription.getValue()Returns the object's current text.Methods in com.hp.lft.sdk.web that return types with arguments of type StringPropertyModifier and TypeMethodDescriptionWebBaseDescription.getAttributes()Returns the test object's DOM attributes.WebBaseDescription.getStyles()Returns the computed style used to describe the test object.Methods in com.hp.lft.sdk.web with parameters of type StringPropertyModifier and TypeMethodDescriptionWebElementDescription.Init.accessibilityName(StringProperty accessibilityName) Initializes the label of the object (where no text label is available).AreaDescription.Init.alt(StringProperty alt) Initializes the alternative text that will be displayed instead of the image.ImageDescription.Init.alt(StringProperty alt) Initializes the image's tooltip text.WebBaseDescription.Init.attribute(String name, StringProperty value) Initializes the test object DOM attributes.LinkDescription.Init.backgroundColor(StringProperty backgroundColor) Initializes the link's background color.ButtonDescription.Init.buttonType(StringProperty buttonType) Initializes the type of button, for example, submit or reset.WebBaseDescription.Init.className(StringProperty className) Initializes the element's CSS classLinkDescription.Init.color(StringProperty color) Initializes the link's color.MediaControlDescription.Init.currentSource(StringProperty currentSource) Initializes the URL of the media file currently selected in the browser window.EditFieldDescription.Init.defaultValue(StringProperty defaultValue) Initializes the default value that will be presented in the edit field.ListBoxDescription.Init.defaultValue(StringProperty defaultValue) Initializes the initial text value, which is set when the object is reset.ListBoxDescription.Init.firstItem(StringProperty firstItem) Initializes the first item in the list of items in the list.MenuDescription.Init.firstMenuItem(StringProperty firstMenuItem) Initializes the first item in the list of items in this menu.TreeViewDescription.Init.firstNode(StringProperty firstNode) Initializes the first node in the list of nodes in this tree.TabStripDescription.Init.firstTab(StringProperty firstTab) Initializes the first tab in the list of tabs in this tab strip.LinkDescription.Init.fontName(StringProperty fontName) Initializes the link's font.AreaDescription.Init.href(StringProperty href) Initializes the link's target without the last /.ImageDescription.Init.href(StringProperty href) Initializes the location to which the browser navigates when the image is clicked.LinkDescription.Init.href(StringProperty href) Initializes the location to which the browser navigates when the image is clicked.WebBaseDescription.Init.id(StringProperty id) Initializes the element's HTML id.WebBaseDescription.Init.innerHTML(StringProperty innerHTML) Initializes the element's HTML not including the current element.WebBaseDescription.Init.innerText(StringProperty innerText) Initializes the element's text (including all sub elements), not including the wrapped text.AreaDescription.Init.mapName(StringProperty mapName) Initializes the name of the map element the image uses to define the area inside the image.WebBaseDescription.Init.name(StringProperty name) Initializes the element's name property.BrowserDescription.Init.openTitle(StringProperty openTitle) Initializes the browser's initial title when first opened.BrowserDescription.Init.openURL(StringProperty openURL) Initializes the URL from which the browser is first opened.WebBaseDescription.Init.outerHTML(StringProperty outerHTML) Initializes the element's HTML including the current element.WebBaseDescription.Init.outerText(StringProperty outerText) Initializes the element's text (including all sub elements) with the element's wrapping text.EditFieldDescription.Init.pattern(StringProperty pattern) Initializes the input pattern, for example, a phone number.EditFieldBaseDescription.Init.placeholder(StringProperty placeholder) Initializes the hint text that is displayed in the edit box until a value is entered into it.WebElementDescription.Init.role(StringProperty role) Initializes the object's role property.RadioGroupDescription.Init.selectedItem(StringProperty selectedItem) Initializes the currently selected item (or null if none is selected).TreeViewDescription.Init.selectedNodePath(StringProperty selectedNodePath) Initializes the path of the currently selected item in this tree.voidWebElementDescription.setAccessibilityName(StringProperty accessibilityName) Sets the label of the object (where no text label is available).voidAreaDescription.setAlt(StringProperty alt) Sets the object's tooltip text.voidImageDescription.setAlt(StringProperty alt) Sets the image's tooltip text.voidLinkDescription.setBackgroundColor(StringProperty color) Sets the link's background color.voidButtonDescription.setButtonType(StringProperty buttonType) Sets the button type, for example, submit or reset.voidWebBaseDescription.setClassName(StringProperty className) Sets the object's CSS class.voidLinkDescription.setColor(StringProperty color) Sets the link's color.voidMediaControlDescription.setCurrentSource(StringProperty currentSource) Sets the URL of the media file currently selected in the browser window.voidEditFieldDescription.setDefaultValue(StringProperty defaultValue) Sets the default value that will be presented in the edit field.voidListBoxDescription.setDefaultValue(StringProperty defaultValue) Sets the initial text value, which is set when the object is reset.voidListBoxDescription.setFirstItem(StringProperty firstItem) Sets the first item in the list of items in the list.voidMenuDescription.setFirstMenuItem(StringProperty firstMenuItem) Sets the first item in the list of items in this menu.voidTreeViewDescription.setFirstNode(StringProperty firstNode) Sets the first node in the list of nodes in this tree.voidTabStripDescription.setFirstTab(StringProperty firstTab) Sets the first tab in the list of tabs in this tab strip.voidLinkDescription.setFontName(StringProperty fontName) Sets the link's font name.voidAreaDescription.setHref(StringProperty href) Sets the link's target without the last /.voidImageDescription.setHref(StringProperty href) Sets the location to which the browser navigates when the image is clicked.voidLinkDescription.setHref(StringProperty href) Sets the location to which the browser navigates when the image is clicked.voidWebBaseDescription.setId(StringProperty id) Sets the element's HTML id.voidWebBaseDescription.setInnerHTML(StringProperty innerHTML) Sets the HTML code contained between the object's start and end tags.voidWebBaseDescription.setInnerText(StringProperty innerText) Sets the text contained between the object's start and end tags.voidAreaDescription.setMapName(StringProperty mapName) Sets the name of the map element the image uses to define the area inside the image.voidWebBaseDescription.setName(StringProperty name) Sets the object's name property.voidBrowserDescription.setOpenTitle(StringProperty openTitle) Sets the browser's initial title when first opened.voidBrowserDescription.setOpenUrl(StringProperty openURL) Sets the URL from which the browser is first opened.voidWebBaseDescription.setOuterHTML(StringProperty outerHTML) Sets the HTML code contained between the object's start and end tags.voidWebBaseDescription.setOuterText(StringProperty outerText) Sets the object's text.voidEditFieldDescription.setPattern(StringProperty pattern) Sets the input pattern, for example, a phone number.voidEditFieldBaseDescription.setPlaceholder(StringProperty placeholder) Sets the hint text that is displayed in the edit box until a value is entered into it.voidWebElementDescription.setRole(StringProperty role) Sets the object's role property.voidRadioGroupDescription.setSelectedItem(StringProperty selectedItem) Sets the currently selected item (or null if none is selected).voidTreeViewDescription.setSelectedNodePath(StringProperty selectedNodePath) Sets the path of the currently selected item in this tree.voidAreaDescription.setSrc(StringProperty src) Sets the image source in URL format.voidImageDescription.setSrc(StringProperty src) Sets the image source in URL format.voidWebBaseDescription.setTagName(StringProperty tagName) the element's tag name.voidAreaDescription.setTarget(StringProperty target) Sets the name of the frame that will be navigated when user clicks on the frame.voidImageDescription.setTarget(StringProperty target) Sets the name of the frame that will be navigated when user clicks on the frame.voidLinkDescription.setTarget(StringProperty target) Sets the name of the frame that will be navigated to when the user clicks on the frame.voidButtonDescription.setText(StringProperty text) Sets the text on the button.voidFrameDescription.setText(StringProperty text) Sets the inner text of the body element.voidPageDescription.setText(StringProperty text) Sets the inner text of the body element.voidBrowserDescription.setTitle(StringProperty title) Sets the browser's title.voidPageDescription.setTitle(StringProperty title) Sets the element's title attribute (provides additional information on the element).voidWebBaseDescription.setTitle(StringProperty title) Sets the object's title attribute.voidCheckBoxDescription.setType(StringProperty type) Sets the type of object as defined in the HTML input tag.voidFormFieldDescription.setType(StringProperty type) Sets the attribute "type" of the HTML element.voidRadioGroupDescription.setType(StringProperty type) Sets the type of object as defined in the HTML input tag.voidBrowserDescription.setUrl(StringProperty url) Sets the current URL of the browser tab.voidFrameDescription.setUrl(StringProperty url) Sets the URL of the frame.voidPageDescription.setUrl(StringProperty url) Sets the URL of the page.voidEditFieldBaseDescription.setValue(StringProperty value) Sets the text in the field.voidListBoxDescription.setValue(StringProperty value) Sets the current text in the edit field.AreaDescription.Init.src(StringProperty src) Initializes the image source in URL format.ImageDescription.Init.src(StringProperty src) Initializes the image source in URL format.WebBaseDescription.Init.style(String styleName, StringProperty value) Initializes the test object DOM attributes.WebBaseDescription.Init.tagName(StringProperty tagName) Initializes the element's tag name.AreaDescription.Init.target(StringProperty target) Initializes the name of the frame that will be navigated when user clicks on the frame.ImageDescription.Init.target(StringProperty target) Initializes the name of the frame that will be navigated when user clicks on the frame.LinkDescription.Init.target(StringProperty target) Initializes the name of the frame that will be navigated to when the user clicks on the frame.ButtonDescription.Init.text(StringProperty text) Initializes the text on the button.FrameDescription.Init.text(StringProperty text) Initializes the inner text of the body element.PageDescription.Init.text(StringProperty text) Initializes the inner text of the body element.BrowserDescription.Init.title(StringProperty title) Initializes the browser's title.PageDescription.Init.title(StringProperty title) Initializes the page's title attribute.WebBaseDescription.Init.title(StringProperty title) Initializes the element's title attribute (provides additional information on the element).CheckBoxDescription.Init.type(StringProperty type) Initializes the type of object as defined in the HTML input tag.FormFieldDescription.Init.type(StringProperty type) Initializes the attribute "type" of the HTML element.RadioGroupDescription.Init.type(StringProperty type) Initializes the type of object as defined in the HTML input tag.BrowserDescription.Init.url(StringProperty url) Initializes the current URL of the browser tab.FrameDescription.Init.url(StringProperty url) Initializes the URL of the frame.PageDescription.Init.url(StringProperty url) Initializes the URL of the page.EditFieldBaseDescription.Init.value(StringProperty value) Initializes the text in the field.ListBoxDescription.Init.value(StringProperty value) Initializes the current text in the edit field.Method parameters in com.hp.lft.sdk.web with type arguments of type StringPropertyModifier and TypeMethodDescriptionWebBaseDescription.Init.attributes(Map<String, StringProperty> attributes) Initializes the test object DOM attributes.voidWebBaseDescription.setAttributes(Map<String, StringProperty> attributes) Sets the test object's DOM attributes.voidWebBaseDescription.setStyles(Map<String, StringProperty> styles) Sets the test object's computed style.
 Note: this property is not relevant when run against Internet Explorer 8 or when the document mode of another Internet Explorer version is set to Internet 8 or earlier.WebBaseDescription.Init.styles(Map<String, StringProperty> styles) Initializes the test object computed style.
- 
Uses of StringProperty in com.hp.lft.sdk.winformsMethods in com.hp.lft.sdk.winforms that return StringPropertyModifier and TypeMethodDescriptionPropertyGridDescription.getAttachedText()Returns the static text that is attached to this object.StatusBarDescription.getAttachedText()Returns the static text that is attached to this object.TabControlDescription.getAttachedText()Returns the static text that is attached to this object.UiObjectDescription.getAttachedText()Returns the static text that is attached to this object.UiObjectDescriptionBase.getFullNamePath()Returns the of this object with all parent objects.UiObjectDescriptionBase.getFullType()Returns the full type name of this object.UiObjectDescriptionBase.getNativeClass()Returns object's window class name.UiObjectDescriptionBase.getObjectName()Returns the object's name.ComboBoxDescription.getSelectedItem()Returns the selected item in the combo box.TabControlDescription.getSelectedTab()Returns the selected tab in the tab object.EditorDescription.getSelectedText()Returns the selected text in the control.UiObjectDescriptionBase.getText()Returns the text associated with the object.UiObjectDescriptionBase.getWindowClassRegExp()Returns the permanent part of the MFC window class.UiObjectDescriptionBase.getWindowTitleRegExp()Returns the constant part of the window title.Methods in com.hp.lft.sdk.winforms with parameters of type StringPropertyModifier and TypeMethodDescriptionPropertyGridDescription.Init.attachedText(StringProperty attachedText) Initializes the static text that is attached to this object.StatusBarDescription.Init.attachedText(StringProperty attachedText) Initializes the static text that is attached to this object.TabControlDescription.Init.attachedText(StringProperty attachedText) Initializes the static text that is attached to this object.UiObjectDescription.Init.attachedText(StringProperty attachedText) Initializes the static text that is attached to this object.UiObjectDescriptionBase.Init.fullNamePath(StringProperty fullNamePath) Initializes the full hierarchy of this object with all parent objects.UiObjectDescriptionBase.Init.fullType(StringProperty fullType) Initializes the full type name of this object.UiObjectDescriptionBase.Init.nativeClass(StringProperty nativeClass) Initializes the object's window class name.UiObjectDescriptionBase.Init.objectName(StringProperty objectName) Initializes the object's name.ComboBoxDescription.Init.selectedItem(StringProperty selectedItem) Initializes the selected item in the combo box.TabControlDescription.Init.selectedTab(StringProperty selectedTab) Initializes the selected tab in the tab object.EditorDescription.Init.selectedText(StringProperty selectedText) Initializes the the selected text in the control.voidPropertyGridDescription.setAttachedText(StringProperty attachedText) Sets the static text that is attached to the object.voidStatusBarDescription.setAttachedText(StringProperty attachedText) Sets the static text that is attached to the object.voidTabControlDescription.setAttachedText(StringProperty attachedText) Sets the static text that is attached to the object.voidUiObjectDescription.setAttachedText(StringProperty attachedText) Sets the static text that is attached to the object.voidUiObjectDescriptionBase.setFullNamePath(StringProperty fullNamePath) Sets the full hierarchy of this object with all parent objects.voidUiObjectDescriptionBase.setFullType(StringProperty fullType) Sets the full type name of this object.voidUiObjectDescriptionBase.setNativeClass(StringProperty nativeClass) Sets the object's window class name.voidUiObjectDescriptionBase.setObjectName(StringProperty objectName) Sets the object's name.voidComboBoxDescription.setSelectedItem(StringProperty item) Sets the selected item in the combo box.voidTabControlDescription.setSelectedTab(StringProperty tab) Sets the selected tab in the tab object.voidEditorDescription.setSelectedText(StringProperty selectedText) Sets the selected text in the control.voidUiObjectDescriptionBase.setText(StringProperty text) Sets the text associated with the object.voidUiObjectDescriptionBase.setWindowClassRegExp(StringProperty windowClassRegExp) Sets the permanent part of the MFC window class.voidUiObjectDescriptionBase.setWindowTitleRegExp(StringProperty windowTitleRegEx) Sets the constant part of the window title.UiObjectDescriptionBase.Init.text(StringProperty text) Initializes the permanent part of the text associated with this object.UiObjectDescriptionBase.Init.windowClassRegExp(StringProperty windowClassRegExp) Initializes the permanent part of the MFC window class.UiObjectDescriptionBase.Init.windowTitleRegExp(StringProperty windowTitleRegExp) Initializes the permanent part of the constant part of the window title.
- 
Uses of StringProperty in com.hp.lft.sdk.wpfMethods in com.hp.lft.sdk.wpf that return StringPropertyModifier and TypeMethodDescriptionUiObjectDescriptionBase.getAttachedText()Returns the attached text associated with the object.UiObjectDescriptionBase.getFullNamePath()Returns the full hierarchy of ObjectName with all parent objects.UiObjectDescriptionBase.getFullType()Returns the full type name of the object.ButtonDescription.getHelpText()Returns the help text associated with this object.CalendarDescription.getHelpText()Returns the help text associated with this object.CheckBoxDescription.getHelpText()Returns the help text associated with this object.ComboBoxDescription.getHelpText()Returns the help text associated with this object.ListDescription.getHelpText()Returns the help text associated with this object.ButtonDescription.getName()Returns the name of this object.ComboBoxDescription.getName()Returns the name of this object.EditFieldDescription.getName()Returns the name of this object.ImageDescription.getName()Returns the name of this object.LinkDescription.getName()Returns the name of this object.ListDescription.getName()Returns the name of this object.RadioButtonDescription.getName()Returns the name of this object.SliderDescription.getName()Returns the name of this object.TableDescription.getName()Returns the name of this object.TabStripDescription.getName()Returns the name of this object.ToolBarDescription.getName()Returns the name of this object.TreeViewDescription.getName()Returns the name of this object.UiObjectDescription.getName()Returns the name of this object.UiObjectDescriptionBase.getNativeClass()Returns the object's window class name.UiObjectDescriptionBase.getObjectName()Returns the object's name as set by the developer.ButtonDescription.getParentText()Returns the text associated with the parent object of this object.CalendarDescription.getParentText()Returns the text associated with the parent object of this object.CheckBoxDescription.getParentText()Returns text associated with the parent object of the object.ComboBoxDescription.getParentText()Returns the text associated with the parent object of this object.EditFieldDescription.getParentText()Returns the text associated with the parent object of this object.ImageDescription.getParentText()Returns the text associated with the parent object of this object.LinkDescription.getParentText()Returns the text associated with the parent object of this object.ListDescription.getParentText()Returns the text associated with the parent object of this object.TreeViewDescription.getParentText()Returns the text associated with the parent object of this object.UiObjectDescription.getParentText()Return the text associated with the parent object of the object.WindowDescription.getParentText()Return the text associated with the parent object of the object.ComboBoxDescription.getSelectedItem()Returns the selected item in the combo box.TabStripDescription.getSelectedTab()Returns selected tab in the tab control.UiObjectDescriptionBase.getText()Returns the text associated with the object.UiObjectDescriptionBase.getWindowTitleRegExp()Returns the constant part of the window title.Methods in com.hp.lft.sdk.wpf with parameters of type StringPropertyModifier and TypeMethodDescriptionUiObjectDescriptionBase.Init.attachedText(StringProperty attachedText) Initializes the static text that is attached to a control.UiObjectDescriptionBase.Init.fullNamePath(StringProperty fullNamePath) Initializes the full hierarchy of ObjectName with all parent objects.UiObjectDescriptionBase.Init.fullType(StringProperty fullType) Initializes the full type name of the object.ButtonDescription.Init.helpText(StringProperty helpText) Initializes the help text associated with this object.CalendarDescription.Init.helpText(StringProperty helpText) Initializes the help text associated with this object.CheckBoxDescription.Init.helpText(StringProperty helpText) Initializes the help text associated with this object.ComboBoxDescription.Init.helpText(StringProperty helpText) Initializes the help text associated with this object.ListDescription.Init.helpText(StringProperty helpText) Initializes the help text associated with this object.ButtonDescription.Init.name(StringProperty name) Initializes the name of this object.ComboBoxDescription.Init.name(StringProperty name) Initializes the name of this object.EditFieldDescription.Init.name(StringProperty name) Initializes the name of this object.ImageDescription.Init.name(StringProperty name) Initializes the name of this object.LinkDescription.Init.name(StringProperty name) Initializes the name of this object.ListDescription.Init.name(StringProperty name) Initializes the name of this object.RadioButtonDescription.Init.name(StringProperty name) Initializes the name of this object.SliderDescription.Init.name(StringProperty name) Initializes the name of this object.TableDescription.Init.name(StringProperty name) Initializes the name of this object.TabStripDescription.Init.name(StringProperty name) Initializes the name of this object.ToolBarDescription.Init.name(StringProperty name) Initializes the name of this object.TreeViewDescription.Init.name(StringProperty name) Initializes the name of this object.UiObjectDescription.Init.name(StringProperty name) Initializes the name of this object.UiObjectDescriptionBase.Init.nativeClass(StringProperty nativeClass) Initializes the object's window class name.UiObjectDescriptionBase.Init.objectName(StringProperty objectName) Initializes the object's name as set by the developer.ButtonDescription.Init.parentText(StringProperty parentText) Initializes text associated with the parent object of this object.CalendarDescription.Init.parentText(StringProperty parentText) Initializes text associated with the parent object of this object.CheckBoxDescription.Init.parentText(StringProperty parentText) Initializes text associated with the parent object of this object.ComboBoxDescription.Init.parentText(StringProperty parentText) Initializes text associated with the parent object of this object.EditFieldDescription.Init.parentText(StringProperty parentText) Initializes text associated with the parent object of this object.ImageDescription.Init.parentText(StringProperty parentText) Initializes text associated with the parent object of this object.LinkDescription.Init.parentText(StringProperty parentText) Initializes text associated with the parent object of this object.ListDescription.Init.parentText(StringProperty parentText) Initializes text associated with the parent object of this object.TreeViewDescription.Init.parentText(StringProperty parentText) Initializes text associated with the parent object of this object.UiObjectDescription.Init.parentText(StringProperty parentText) Initializes text associated with the parent object of this object.WindowDescription.Init.parentText(StringProperty parentText) Initializes text associated with the parent object of this object.ComboBoxDescription.Init.selectedItem(StringProperty selectedItem) Initializes the selected item in the combo box.TabStripDescription.Init.selectedTab(StringProperty selectedTab) Initializes selected tab in the tab control.voidUiObjectDescriptionBase.setAttachedText(StringProperty attachedText) Sets the attached text associated with the object.voidUiObjectDescriptionBase.setFullNamePath(StringProperty fullNamePath) Sets the full hierarchy of ObjectName with all parent objects.voidUiObjectDescriptionBase.setFullType(StringProperty fullType) Sets the full type name of the object.voidButtonDescription.setHelpText(StringProperty helpText) Sets the help text associated with this object.voidCalendarDescription.setHelpText(StringProperty helpText) Sets the help text associated with this object.voidCheckBoxDescription.setHelpText(StringProperty helpText) Sets the help text associated with this object.voidComboBoxDescription.setHelpText(StringProperty helpText) Sets the help text associated with this object.voidListDescription.setHelpText(StringProperty helpText) Sets the help text associated with this object.voidButtonDescription.setName(StringProperty name) Sets the name of this object.voidComboBoxDescription.setName(StringProperty name) Sets the name of the object.voidEditFieldDescription.setName(StringProperty name) Sets the name of the object.voidImageDescription.setName(StringProperty name) Sets the name of the object.voidLinkDescription.setName(StringProperty name) Sets the name of the object.voidListDescription.setName(StringProperty name) Sets the name of the object.voidRadioButtonDescription.setName(StringProperty name) Sets the name of the object.voidSliderDescription.setName(StringProperty name) Sets the name of the object.voidTableDescription.setName(StringProperty name) Sets the name of the object.voidTabStripDescription.setName(StringProperty name) Sets the name of the object.voidToolBarDescription.setName(StringProperty name) Sets the name of the object.voidTreeViewDescription.setName(StringProperty name) Sets the name of the object.voidUiObjectDescription.setName(StringProperty name) Sets the name of the object.voidUiObjectDescriptionBase.setNativeClass(StringProperty nativeClass) Sets the object's window class name.voidUiObjectDescriptionBase.setObjectName(StringProperty objectName) Sets the object's window class name.voidButtonDescription.setParentText(StringProperty parentText) Sets the text associated with the parent object of this object.voidCalendarDescription.setParentText(StringProperty parentText) Sets the text associated with the parent object of this object.voidCheckBoxDescription.setParentText(StringProperty parentText) Sets the text associated with the parent object of this object.voidComboBoxDescription.setParentText(StringProperty parentText) Sets the text associated with the parent object of this object.voidEditFieldDescription.setParentText(StringProperty parentText) Sets the text associated with the parent object of this object.voidImageDescription.setParentText(StringProperty parentText) Sets the text associated with the parent object of this object.voidLinkDescription.setParentText(StringProperty parentText) Sets the text associated with the parent object of this object.voidListDescription.setParentText(StringProperty parentText) Sets the text associated with the parent object of this object.voidTreeViewDescription.setParentText(StringProperty parentText) Sets the text associated with the parent object of this object.voidUiObjectDescription.setParentText(StringProperty parentText) Sets the text associated with the parent object of this object.voidWindowDescription.setParentText(StringProperty parentText) Sets the text associated with the parent object of this object.voidComboBoxDescription.setSelectedItem(StringProperty item) Sets the selected item in the combo box.voidTabStripDescription.setSelectedTab(StringProperty tab) Sets selected tab in the tab control.voidUiObjectDescriptionBase.setText(StringProperty text) Sets the text associated with the object.voidUiObjectDescriptionBase.setWindowTitleRegExp(StringProperty windowTitleRegExp) Sets the constant part of the window title.UiObjectDescriptionBase.Init.text(StringProperty text) Initializes the permanent part of the text associated with the object.UiObjectDescriptionBase.Init.windowTitleRegExp(StringProperty windowTitleRegExp) Initializes the permanent part of the constant part of the window title.