com.hp.lft.sdk.winforms

Interface C1TableCell

  • All Superinterfaces:
    TableCell


    public interface C1TableCell
    extends TableCell
    Represents a single cell in a IC1TrueDbGrid or a IC1FlexGrid.
    • Method Detail

      • sendChars

        void sendChars(java.lang.String newValue)
                throws GeneralLeanFtException
        Types the data into the cell one character at a time.
        Parameters:
        newValue - the new value to enter to the cell.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.