Interface TableCell


public interface TableCell
A single cell in an Oracle Table.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends UiObjectBase>
    T
    Returns the test object representing a specified record field.
    Returns the content of the cell.
    boolean
    Indicates whether the field is editable.
    void
    Opens a specified record field's associated dialog box.
    void
    Transfers focus to a specified record field.
    void
    Enters a value in a specific record field.
    void
    Enters a value in a specific record field with validation.