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 TypeMethodDescriptionvoidClicks the specified row and column position on the emulator screen.ScreenDescription.Init.cursorPosition(Position position) Initializes the position of the Terminal Emulator screen.voidScreen.setCursorPosition(Position position) Changes the position of the cursor within the emulator screen.voidScreenDescription.setCursorPosition(Position position) Sets the position of the cursor in the emulator screen.voidFieldDescription.setStartPosition(Position position) Sets the'start row' and 'start column' attributes for TeField.voidCopies 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 anAreaand 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.