Uses of Class
com.hp.lft.sdk.te.PositionProperty
Packages that use PositionProperty
-
Uses of PositionProperty in com.hp.lft.sdk.te
Methods in com.hp.lft.sdk.te that return PositionPropertyModifier and TypeMethodDescriptionScreenDescription.getCursorPosition()
Returns the position of the cursor in the emulator screen.FieldDescription.getStartPosition()
Returns the 'start row' and 'start column' attributes for TeField.Sets the column component of the test object position.Returns the row component of the test object position.Methods in com.hp.lft.sdk.te with parameters of type PositionPropertyModifier and TypeMethodDescriptionScreenDescription.Init.cursorPosition
(PositionProperty position) Initializes the position of the Terminal Emulator screen.void
ScreenDescription.setCursorPosition
(PositionProperty position) Sets the position of the cursor in the emulator screen.void
FieldDescription.setStartPosition
(PositionProperty position) Sets the 'start row' and 'start column' attributes for TeField.FieldDescription.Init.startPosition
(PositionProperty position) Initializes the position of the Terminal Emulator screen.Constructors in com.hp.lft.sdk.te with parameters of type PositionPropertyModifierConstructorDescriptionPositionProperty
(PositionProperty positionToCopy) Initializes a new instance of the PositionProperty class by copying the values of the provided PositionProperty.