com.hp.lft.sdk.sap.ui5

Interface TableCell

  • All Superinterfaces:
    TableCell


    public interface TableCell
    extends TableCell
    A single cell in an SAPUI5 table.
    • Method Detail

      • setText

        void setText(java.lang.String text)
              throws GeneralLeanFtException
        Sets the contents of the table cell to the specified text value.
        Parameters:
        text - the text value to set.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • selectItem

        void selectItem(java.lang.String text)
                 throws GeneralLeanFtException
        Selects the specified item in the cell according to its text.
        Parameters:
        text - the text of the item to select.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.