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.sdk
Subclasses of StringProperty in com.hp.lft.sdkModifier and TypeClassDescriptionclass
The class used for regular expression properties. -
Uses of StringProperty in com.hp.lft.sdk.ai
Methods in com.hp.lft.sdk.ai that return StringProperty -
Uses of StringProperty in com.hp.lft.sdk.java
Methods 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.void
UiObjectBaseDescription.setAttachedText
(StringProperty attachedText) Sets static text that is attached to an object.void
UiObjectBaseDescription.setBackgroundColor
(StringProperty color) Sets the object's background color.void
SliderDescription.setContainerAttachedText
(StringProperty containerAttachedText) Sets the slider container's attached text.void
UiObjectBaseDescription.setForegroundColor
(StringProperty color) Sets the object's foreground color.void
UiObjectBaseDescription.setLabel
(StringProperty label) Sets the test object's label.void
SpinBoxDescription.setMaximum
(StringProperty max) Sets the maximum value of the spin box.void
SpinBoxDescription.setMinimum
(StringProperty min) Sets the minimum value of the spin box.void
UiObjectBaseDescription.setNativeClass
(StringProperty nativeClass) Sets the object's Java class name.void
UiObjectBaseDescription.setObjectName
(StringProperty name) Sets the test object description's ObjectName property.void
TabControlDescription.setOrigLogicalLocation
(StringProperty origLogicalLocation) Sets the original logical location of the tab object relative to the parent object.void
UiObjectBaseDescription.setPath
(StringProperty path) Sets the object's hierarchy (object ancestors).void
TabControlDescription.setSelectedTab
(StringProperty selectedTab) Selects the specified tabbed panel .void
UiObjectBaseDescription.setTagName
(StringProperty tagName) Sets the test object's name.void
EditorDescription.setText
(StringProperty text) Sets the editor's text.void
LabelDescription.setText
(StringProperty text) Sets the object's text.void
LinkDescription.setText
(StringProperty text) Sets the link text.void
MenuDescription.setText
(StringProperty text) Sets the menu's text.void
UiObjectDescription.setText
(StringProperty text) Sets the object's text.void
WindowDescription.setTitle
(StringProperty title) Sets the window title.void
SpinBoxDescription.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.mobile
Methods 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).void
UiObjectBaseDescription.setAccessibilityId
(StringProperty accessibilityId) Sets the accessibility ID of the mobile object.void
EditFieldDescription.setHint
(StringProperty hint) Sets the hint of the edit field.void
UiObjectBaseDescription.setNativeClass
(StringProperty nativeClass) Sets the native class of the mobile control.void
UiObjectBaseDescription.setResourceId
(StringProperty resourceId) Sets the resource ID of the object.void
UiObjectBaseDescription.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.oracle
Methods 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.void
CheckBoxDescription.setCaption
(StringProperty caption) Sets the caption of the object.void
EditFieldDescription.setCaption
(StringProperty caption) Sets the caption of the object.void
ListDescription.setCaption
(StringProperty caption) Sets the caption of the object.void
RadioGroupDescription.setCaption
(StringProperty caption) Sets the caption of the object.void
TreeViewDescription.setCaption
(StringProperty caption) Sets the caption of the object.void
ApplicationSessionDescription.setClassPath
(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.void
ButtonDescription.setClassPath
(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.void
CalendarDescription.setClassPath
(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.void
CheckBoxDescription.setClassPath
(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.void
EditFieldDescription.setClassPath
(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.void
FlexFieldWindowDescription.setClassPath
(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.void
FormWindowDescription.setClassPath
(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.void
ListDescription.setClassPath
(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.void
ListOfValuesDescription.setClassPath
(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.void
NotificationDescription.setClassPath
(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.void
RadioGroupDescription.setClassPath
(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.void
StatusBarDescription.setClassPath
(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.void
TabDescription.setClassPath
(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.void
TreeViewDescription.setClassPath
(StringProperty classPath) Sets the Oracle class hierarchy of the object's Oracle class.void
StatusBarDescription.setErrorCode
(StringProperty errorCode) Sets the error code of the displayed message.void
ButtonDescription.setLabel
(StringProperty label) Sets the text displayed on the object.void
CheckBoxDescription.setLabel
(StringProperty label) Sets the text displayed on the object.void
TabDescription.setLabel
(StringProperty label) Sets the text displayed on the object.void
NotificationDescription.setMessage
(StringProperty message) Sets the text of the notification.void
StatusBarDescription.setMessage
(StringProperty message) Sets the text of the displayed message.void
ButtonDescription.setObjectDescription
(StringProperty objectDescription) Sets the accessibility description of the object as specified by the server.void
CheckBoxDescription.setObjectDescription
(StringProperty objectDescription) Sets the accessibility description of the object as specified by the server.void
EditFieldDescription.setObjectDescription
(StringProperty objectDescription) Sets the accessibility description of the object as specified by the server.void
ListDescription.setObjectDescription
(StringProperty objectDescription) Sets the accessibility description of the object as specified by the server.void
RadioGroupDescription.setObjectDescription
(StringProperty objectDescription) Sets the accessibility description of the object as specified by the server.void
TreeViewDescription.setObjectDescription
(StringProperty objectDescription) Sets the accessibility description of the object as specified by the server.void
ButtonDescription.setObjectName
(StringProperty objectName) Sets the internal name of the object supplied by the application server.void
CheckBoxDescription.setObjectName
(StringProperty objectName) Sets the internal name of the object supplied by the application server.void
EditFieldDescription.setObjectName
(StringProperty objectName) Sets the internal name of the object supplied by the application server.void
ListDescription.setObjectName
(StringProperty objectName) Sets the internal name of the object supplied by the application server.void
RadioGroupDescription.setObjectName
(StringProperty objectName) Sets the internal name of the object supplied by the application server.void
TableDescription.setObjectName
(StringProperty objectName) Sets the name of the object supplied by the server.void
TreeViewDescription.setObjectName
(StringProperty objectName) Sets the internal name of the object supplied by the application server.void
UiObjectBaseDescription.setObjectType
(StringProperty objectType) Sets general object type.void
ListDescription.setSelectedItem
(StringProperty selectedItem) Sets the value of the selected item.void
RadioGroupDescription.setSelectedItem
(StringProperty selectedItem) Sets the value of the selected item.void
TreeViewDescription.setSelectedItem
(StringProperty selectedItem) Sets the value of the selected item.void
FormWindowDescription.setShortTitle
(StringProperty shortTitle) Sets the window short title.void
EditFieldDescription.setText
(StringProperty text) Sets the value of the object.void
CalendarDescription.setTitle
(StringProperty title) Sets the window title.void
FlexFieldWindowDescription.setTitle
(StringProperty title) Sets the window title.void
ListOfValuesDescription.setTitle
(StringProperty title) Sets the window title.void
NotificationDescription.setTitle
(StringProperty title) Sets the window title.void
UiFormBaseDescription.setTitle
(StringProperty title) Sets the window title.void
ButtonDescription.setTooltipText
(StringProperty tooltipText) Sets the text displayed in the object's tooltip.void
CheckBoxDescription.setTooltipText
(StringProperty tooltipText) Sets the text displayed in the object's tooltip.void
EditFieldDescription.setTooltipText
(StringProperty tooltipText) Sets the text displayed in the object's tooltip.void
ListDescription.setTooltipText
(StringProperty tooltipText) Sets the text displayed in the object's tooltip.void
RadioGroupDescription.setTooltipText
(StringProperty tooltipText) Sets the text displayed in the object's tooltip.void
TreeViewDescription.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.powerbuilder
Methods 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.void
UiObjectBaseDescription.setAttachedText
(StringProperty attachedText) Sets the static text that is attached to this object.void
UiObjectBaseDescription.setNativeClass
(StringProperty nativeClass) Sets the object's window class name.void
UiObjectBaseDescription.setObjectName
(StringProperty objectName) Sets the object's name as set by the developer.void
ComboBoxDescription.setSelectedItem
(StringProperty item) Sets the selected item in the combo box.void
TabControlDescription.setSelectedTab
(StringProperty tab) Sets the selected tab in the TabControlDescription.void
UiObjectBaseDescription.setText
(StringProperty text) Sets the text associated with the object.void
UiObjectBaseDescription.setWindowClassRegExp
(StringProperty windowClassRegExp) Sets the permanent part of the MFC window class.void
UiObjectBaseDescription.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.gui
Methods 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.void
GuiSessionDescription.setApplicationServer
(StringProperty applicationServer) Sets the session's application server name.void
CalendarDescription.setAttachedText
(StringProperty attachedText) Sets the static text that is attached to the control.void
CheckBoxDescription.setAttachedText
(StringProperty text) Sets the text associated with the object.void
EditFieldDescription.setAttachedText
(StringProperty attachedText) Sets the static text attached to the edit field.void
RadioButtonDescription.setAttachedText
(StringProperty attachedText) Sets the static text attached to the control.void
GuiSessionDescription.setClient
(StringProperty client) Sets the client selected on the login screen.void
ButtonDescription.setContainerName
(StringProperty containerName) Sets the name of the parent object.void
EditFieldDescription.setIconName
(StringProperty iconName) Sets the name of the icon used in the edit box.void
LabelDescription.setIconName
(StringProperty iconName) Sets the name of the icon used in the label.void
ElementDescription.setId
(StringProperty id) Sets the element's unique identifier.void
GuiSessionDescription.setId
(StringProperty id) Sets the session's ID in text format.void
GuiSessionDescription.setLanguage
(StringProperty language) Sets the language the user is working in.void
StatusBarDescription.setMessageId
(StringProperty messageId) Sets the ID of the message in text format.void
StatusBarDescription.setMessageNumber
(StringProperty messageNumber) Sets the internal number of the message on the status bar.void
ElementDescription.setName
(StringProperty name) Sets the name of the element.void
GuiSessionDescription.setName
(StringProperty name) Sets the session's name.void
WindowDescription.setProgram
(StringProperty program) Sets the name of the SAP source program that is currently executing.void
LabelDescription.setRelativeId
(StringProperty relativeId) Sets the object's unique identifier relative to the parent window ID in text format.void
ComboBoxDescription.setSelectedItem
(StringProperty item) Sets the selected item in the combo box.void
TreeViewDescription.setSelectedItem
(StringProperty item) Sets the selected item in the tree.void
TreeViewDescription.setSelectedNodePath
(StringProperty nodePath) Sets the path of the selected node in the tree.void
TabControlDescription.setSelectedTab
(StringProperty tab) Selects the specified tab in the tab object.void
GuiSessionDescription.setSystemName
(StringProperty systemName) Sets the name of the SAP system.void
ButtonDescription.setText
(StringProperty text) Sets the text associated with the object.void
EditFieldDescription.setText
(StringProperty text) Sets the text string value of the object.void
EditorDescription.setText
(StringProperty text) Sets the text of the editor.void
LabelDescription.setText
(StringProperty text) Sets the the text of the label.void
StatusBarDescription.setText
(StringProperty text) Sets the text associated with the status bar.void
TabControlDescription.setText
(StringProperty text) Sets the text associated with the tab object.void
WindowDescription.setText
(StringProperty text) Sets the text associated with the window.void
TableBaseDescription.setTitle
(StringProperty title) Sets the title of the object.void
ButtonDescription.setTooltip
(StringProperty tooltip) Sets the value of the object's tooltip.void
TabControlDescription.setTooltip
(StringProperty tooltip) Sets the value of the tab object's tooltip.void
WindowDescription.setTransaction
(StringProperty transaction) Sets the transaction the user is currently executing.void
GuiSessionDescription.setUser
(StringProperty user) Sets the user name for the session.void
OKCodeDescription.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.ui5
Methods 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.void
DateTimeInputDescription.setDisplayFormat
(StringProperty value) Sets the display format of the DateTimeInput object using a StringProperty value.void
CalendarDescription.setLocale
(StringProperty locale) Sets the locale of the calendar.void
DateTimeInputDescription.setPlaceholder
(StringProperty value) Sets the placeholder of the DateTimeInput object.void
TreeViewDescription.setSelectedNode
(StringProperty selectedNode) Sets the path of the selected node using a string property.void
HeaderDescription.setText
(StringProperty text) Sets the text of the header using a string property.void
LabelDescription.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.stdwin
Methods 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.void
UiObjectBaseDescription.setAccessibleName
(StringProperty accessibleName) Sets the object's name.void
UiObjectBaseDescription.setAttachedText
(StringProperty attachedText) Sets the static text that is attached to this object.void
UiObjectBaseDescription.setNativeClass
(StringProperty nativeClass) Sets the object's window class name.void
ComboBoxDescription.setSelectedItem
(StringProperty item) Sets the selected item in the combo box.void
TabControlDescription.setSelectedTab
(StringProperty tab) Sets the selected tab in the TabControlDescription.void
UiObjectBaseDescription.setText
(StringProperty text) Sets the text associated with the object.void
UiObjectBaseDescription.setWindowClassRegExp
(StringProperty windowClassRegExp) Sets the permanent part of the MFC window class.void
UiObjectBaseDescription.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.te
Methods 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.void
FieldDescription.setAttachedText
(StringProperty attachedText) Sets the attached text attribute for TeField.void
ScreenDescription.setLabel
(StringProperty label) Sets the label of the Terminal Emulator screen.void
WindowDescription.setShortName
(StringProperty shortName) Sets the short name of the window.void
FieldDescription.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.uiapro
Methods 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) void
UiObjectBaseDescription.setAcceleratorKey
(StringProperty acceleratorKey) Set the sequence of key combinations that invoke an action associated with the element.void
UiObjectBaseDescription.setAccessKey
(StringProperty accessKey) Set the character that is used to activate the object.void
UiObjectBaseDescription.setAutomationId
(StringProperty automationId) Set the ID for an object that is unique among siblings within its container.void
UiObjectBaseDescription.setControlType
(StringProperty controlType) Set the UIAPro type for the object.void
UiObjectBaseDescription.setFrameworkId
(StringProperty frameworkId) Set the name of the UI framework, such as Win32, WinForm, or DirectUI.void
UiObjectBaseDescription.setName
(StringProperty name) Set the object's name.void
UiObjectBaseDescription.setNativeClass
(StringProperty nativeClass) Set the object's window class name.void
UiObjectBaseDescription.setPath
(StringProperty path) Set the path in the application's object hierarchy, separated by semicolons.void
UiObjectBaseDescription.setProcessName
(StringProperty processName) Set the UIAutomation object process name.void
UiObjectBaseDescription.setStatus
(StringProperty status) Set Describes the status of the current object.UiObjectBaseDescription.Init.status
(StringProperty status) -
Uses of StringProperty in com.hp.lft.sdk.web
Methods 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.void
WebElementDescription.setAccessibilityName
(StringProperty accessibilityName) Sets the label of the object (where no text label is available).void
AreaDescription.setAlt
(StringProperty alt) Sets the object's tooltip text.void
ImageDescription.setAlt
(StringProperty alt) Sets the image's tooltip text.void
LinkDescription.setBackgroundColor
(StringProperty color) Sets the link's background color.void
ButtonDescription.setButtonType
(StringProperty buttonType) Sets the button type, for example, submit or reset.void
WebBaseDescription.setClassName
(StringProperty className) Sets the object's CSS class.void
LinkDescription.setColor
(StringProperty color) Sets the link's color.void
MediaControlDescription.setCurrentSource
(StringProperty currentSource) Sets the URL of the media file currently selected in the browser window.void
EditFieldDescription.setDefaultValue
(StringProperty defaultValue) Sets the default value that will be presented in the edit field.void
ListBoxDescription.setDefaultValue
(StringProperty defaultValue) Sets the initial text value, which is set when the object is reset.void
ListBoxDescription.setFirstItem
(StringProperty firstItem) Sets the first item in the list of items in the list.void
MenuDescription.setFirstMenuItem
(StringProperty firstMenuItem) Sets the first item in the list of items in this menu.void
TreeViewDescription.setFirstNode
(StringProperty firstNode) Sets the first node in the list of nodes in this tree.void
TabStripDescription.setFirstTab
(StringProperty firstTab) Sets the first tab in the list of tabs in this tab strip.void
LinkDescription.setFontName
(StringProperty fontName) Sets the link's font name.void
AreaDescription.setHref
(StringProperty href) Sets the link's target without the last /.void
ImageDescription.setHref
(StringProperty href) Sets the location to which the browser navigates when the image is clicked.void
LinkDescription.setHref
(StringProperty href) Sets the location to which the browser navigates when the image is clicked.void
WebBaseDescription.setId
(StringProperty id) Sets the element's HTML id.void
WebBaseDescription.setInnerHTML
(StringProperty innerHTML) Sets the HTML code contained between the object's start and end tags.void
WebBaseDescription.setInnerText
(StringProperty innerText) Sets the text contained between the object's start and end tags.void
AreaDescription.setMapName
(StringProperty mapName) Sets the name of the map element the image uses to define the area inside the image.void
WebBaseDescription.setName
(StringProperty name) Sets the object's name property.void
BrowserDescription.setOpenTitle
(StringProperty openTitle) Sets the browser's initial title when first opened.void
BrowserDescription.setOpenUrl
(StringProperty openURL) Sets the URL from which the browser is first opened.void
WebBaseDescription.setOuterHTML
(StringProperty outerHTML) Sets the HTML code contained between the object's start and end tags.void
WebBaseDescription.setOuterText
(StringProperty outerText) Sets the object's text.void
EditFieldDescription.setPattern
(StringProperty pattern) Sets the input pattern, for example, a phone number.void
EditFieldBaseDescription.setPlaceholder
(StringProperty placeholder) Sets the hint text that is displayed in the edit box until a value is entered into it.void
WebElementDescription.setRole
(StringProperty role) Sets the object's role property.void
RadioGroupDescription.setSelectedItem
(StringProperty selectedItem) Sets the currently selected item (or null if none is selected).void
TreeViewDescription.setSelectedNodePath
(StringProperty selectedNodePath) Sets the path of the currently selected item in this tree.void
AreaDescription.setSrc
(StringProperty src) Sets the image source in URL format.void
ImageDescription.setSrc
(StringProperty src) Sets the image source in URL format.void
WebBaseDescription.setTagName
(StringProperty tagName) the element's tag name.void
AreaDescription.setTarget
(StringProperty target) Sets the name of the frame that will be navigated when user clicks on the frame.void
ImageDescription.setTarget
(StringProperty target) Sets the name of the frame that will be navigated when user clicks on the frame.void
LinkDescription.setTarget
(StringProperty target) Sets the name of the frame that will be navigated to when the user clicks on the frame.void
ButtonDescription.setText
(StringProperty text) Sets the text on the button.void
FrameDescription.setText
(StringProperty text) Sets the inner text of the body element.void
PageDescription.setText
(StringProperty text) Sets the inner text of the body element.void
BrowserDescription.setTitle
(StringProperty title) Sets the browser's title.void
PageDescription.setTitle
(StringProperty title) Sets the element's title attribute (provides additional information on the element).void
WebBaseDescription.setTitle
(StringProperty title) Sets the object's title attribute.void
CheckBoxDescription.setType
(StringProperty type) Sets the type of object as defined in the HTML input tag.void
FormFieldDescription.setType
(StringProperty type) Sets the attribute "type" of the HTML element.void
RadioGroupDescription.setType
(StringProperty type) Sets the type of object as defined in the HTML input tag.void
BrowserDescription.setUrl
(StringProperty url) Sets the current URL of the browser tab.void
FrameDescription.setUrl
(StringProperty url) Sets the URL of the frame.void
PageDescription.setUrl
(StringProperty url) Sets the URL of the page.void
EditFieldBaseDescription.setValue
(StringProperty value) Sets the text in the field.void
ListBoxDescription.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.void
WebBaseDescription.setAttributes
(Map<String, StringProperty> attributes) Sets the test object's DOM attributes.void
WebBaseDescription.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.winforms
Methods 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.void
PropertyGridDescription.setAttachedText
(StringProperty attachedText) Sets the static text that is attached to the object.void
StatusBarDescription.setAttachedText
(StringProperty attachedText) Sets the static text that is attached to the object.void
TabControlDescription.setAttachedText
(StringProperty attachedText) Sets the static text that is attached to the object.void
UiObjectDescription.setAttachedText
(StringProperty attachedText) Sets the static text that is attached to the object.void
UiObjectDescriptionBase.setFullNamePath
(StringProperty fullNamePath) Sets the full hierarchy of this object with all parent objects.void
UiObjectDescriptionBase.setFullType
(StringProperty fullType) Sets the full type name of this object.void
UiObjectDescriptionBase.setNativeClass
(StringProperty nativeClass) Sets the object's window class name.void
UiObjectDescriptionBase.setObjectName
(StringProperty objectName) Sets the object's name.void
ComboBoxDescription.setSelectedItem
(StringProperty item) Sets the selected item in the combo box.void
TabControlDescription.setSelectedTab
(StringProperty tab) Sets the selected tab in the tab object.void
EditorDescription.setSelectedText
(StringProperty selectedText) Sets the selected text in the control.void
UiObjectDescriptionBase.setText
(StringProperty text) Sets the text associated with the object.void
UiObjectDescriptionBase.setWindowClassRegExp
(StringProperty windowClassRegExp) Sets the permanent part of the MFC window class.void
UiObjectDescriptionBase.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.wpf
Methods 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.void
UiObjectDescriptionBase.setAttachedText
(StringProperty attachedText) Sets the attached text associated with the object.void
UiObjectDescriptionBase.setFullNamePath
(StringProperty fullNamePath) Sets the full hierarchy of ObjectName with all parent objects.void
UiObjectDescriptionBase.setFullType
(StringProperty fullType) Sets the full type name of the object.void
ButtonDescription.setHelpText
(StringProperty helpText) Sets the help text associated with this object.void
CalendarDescription.setHelpText
(StringProperty helpText) Sets the help text associated with this object.void
CheckBoxDescription.setHelpText
(StringProperty helpText) Sets the help text associated with this object.void
ComboBoxDescription.setHelpText
(StringProperty helpText) Sets the help text associated with this object.void
ListDescription.setHelpText
(StringProperty helpText) Sets the help text associated with this object.void
ButtonDescription.setName
(StringProperty name) Sets the name of this object.void
ComboBoxDescription.setName
(StringProperty name) Sets the name of the object.void
EditFieldDescription.setName
(StringProperty name) Sets the name of the object.void
ImageDescription.setName
(StringProperty name) Sets the name of the object.void
LinkDescription.setName
(StringProperty name) Sets the name of the object.void
ListDescription.setName
(StringProperty name) Sets the name of the object.void
RadioButtonDescription.setName
(StringProperty name) Sets the name of the object.void
SliderDescription.setName
(StringProperty name) Sets the name of the object.void
TableDescription.setName
(StringProperty name) Sets the name of the object.void
TabStripDescription.setName
(StringProperty name) Sets the name of the object.void
ToolBarDescription.setName
(StringProperty name) Sets the name of the object.void
TreeViewDescription.setName
(StringProperty name) Sets the name of the object.void
UiObjectDescription.setName
(StringProperty name) Sets the name of the object.void
UiObjectDescriptionBase.setNativeClass
(StringProperty nativeClass) Sets the object's window class name.void
UiObjectDescriptionBase.setObjectName
(StringProperty objectName) Sets the object's window class name.void
ButtonDescription.setParentText
(StringProperty parentText) Sets the text associated with the parent object of this object.void
CalendarDescription.setParentText
(StringProperty parentText) Sets the text associated with the parent object of this object.void
CheckBoxDescription.setParentText
(StringProperty parentText) Sets the text associated with the parent object of this object.void
ComboBoxDescription.setParentText
(StringProperty parentText) Sets the text associated with the parent object of this object.void
EditFieldDescription.setParentText
(StringProperty parentText) Sets the text associated with the parent object of this object.void
ImageDescription.setParentText
(StringProperty parentText) Sets the text associated with the parent object of this object.void
LinkDescription.setParentText
(StringProperty parentText) Sets the text associated with the parent object of this object.void
ListDescription.setParentText
(StringProperty parentText) Sets the text associated with the parent object of this object.void
TreeViewDescription.setParentText
(StringProperty parentText) Sets the text associated with the parent object of this object.void
UiObjectDescription.setParentText
(StringProperty parentText) Sets the text associated with the parent object of this object.void
WindowDescription.setParentText
(StringProperty parentText) Sets the text associated with the parent object of this object.void
ComboBoxDescription.setSelectedItem
(StringProperty item) Sets the selected item in the combo box.void
TabStripDescription.setSelectedTab
(StringProperty tab) Sets selected tab in the tab control.void
UiObjectDescriptionBase.setText
(StringProperty text) Sets the text associated with the object.void
UiObjectDescriptionBase.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.