Uses of Class
com.hp.lft.sdk.te.Position
Packages that use Position
-
Uses of Position in com.hp.lft.sdk.te
Methods in com.hp.lft.sdk.te that return PositionModifier and TypeMethodDescriptionScreen.getCursorPosition()
Returns the Terminal Emulator screen current row and current column.Field.getStartPosition()
Returns the Terminal Emulator Field start column and row column property.Methods in com.hp.lft.sdk.te with parameters of type PositionModifier and TypeMethodDescriptionvoid
Clicks the specified row and column position on the emulator screen.ScreenDescription.Init.cursorPosition
(Position position) Initializes the position of the Terminal Emulator screen.void
Screen.setCursorPosition
(Position position) Changes the position of the cursor within the emulator screen.void
ScreenDescription.setCursorPosition
(Position position) Sets the position of the cursor in the emulator screen.void
FieldDescription.setStartPosition
(Position position) Sets the'start row' and 'start column' attributes for TeField.void
Copies a string to a specific location in the emulator screen.FieldDescription.Init.startPosition
(Position position) Initializes the position of the Terminal Emulator screen.Constructors in com.hp.lft.sdk.te with parameters of type PositionModifierConstructorDescriptionConstructs anArea
and initializes it to the specified top, left, bottom, and right properties.PositionProperty
(Position position) Initializes a new instance of the PositionProperty class with the provided Position.