com.hp.lft.sdk.te

Interface Field

    • Method Detail

      • getAttachedText

        java.lang.String getAttachedText()
                                  throws GeneralLeanFtException
        Returns the Terminal Emulator Field attached text.
        Returns:
        Terminal Emulator Field attached text.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • isNumeric

        boolean isNumeric()
                   throws GeneralLeanFtException
        Returns the Terminal Emulator Field numeric property.
        Returns:
        Terminal Emulator Field numeric property.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • isProtected

        boolean isProtected()
                     throws GeneralLeanFtException
        Returns the Terminal Emulator Field protected property.
        Returns:
        Terminal Emulator Field protected property.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getStartPosition

                                                    Position getStartPosition()
                           throws GeneralLeanFtException
        Returns the Terminal Emulator Field start column and row column property.
        Returns:
        Terminal Emulator Field start column and row column property.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • setText

        void setText(java.lang.String text,
                     long offset)
              throws GeneralLeanFtException
        Inserts text into an unprotected field.
        Parameters:
        text - the string that will be inserted in the field.
        offset - the position in the field of the text.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • setText

        void setText(java.lang.String text)
              throws GeneralLeanFtException
        Inserts text into an unprotected field. The default value for the position in the field is 0.
        Parameters:
        text - the string that will be inserted in the field.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • setCursor

        void setCursor(long offset)
                throws GeneralLeanFtException
        Places the cursor in the specified position within the field.
        Parameters:
        offset - the position in the field where the cursor will be positioned.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • setCursor

        void setCursor()
                throws GeneralLeanFtException
        Places the cursor in the specified position within the field. The default value for the position in the field is 0.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • setSecure

        void setSecure(java.lang.String codedString)
                throws GeneralLeanFtException
        Inserts text into a hidden (invisible) field.
        Parameters:
        codedString - the coded string which will be inserted in the field.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.