Interface C1TableCell

All Superinterfaces:
TableCell

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

    • sendChars

      void sendChars(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 error occurs during execution