Interface TextField

    • Method Detail

      • setPrimary

        void setPrimary​(boolean b)
        Sets this field to be primary such that its row is primary
      • screenToDataLocation

        RowColLocation screenToDataLocation​(int screenRow,
                                            int screenColumn)
        Translates a screen coordinate to a row and column in the data from the factory
        Parameters:
        screenRow - the row in the displayed field text.
        screenColumn - the column in the displayed field text.
        Returns:
        a RowColLocation containing the row and column within the data from the factory.
      • dataToScreenLocation

        RowColLocation dataToScreenLocation​(int dataRow,
                                            int dataColumn)
        Translates a data row and column into a screen row and column.
        Parameters:
        dataRow - row as defined by the factory
        dataColumn - the character offset into the dataRow
        Returns:
        row and column in the screen coordinate system.
      • isClipped

        boolean isClipped()
        Returns true if the field is not displaying all the text information
      • getFieldElement

        FieldElement getFieldElement​(int screenRow,
                                     int screenColumn)
        Returns the FieldElement at the given screen location.
        Parameters:
        screenRow - the row on the screen
        screenColumn - the column on the screen
        Returns:
        the FieldElement at the given screen location.