Share this page
APOGridCell
SAPGUI.
APOGridCell
APOGridCell
Constructor
new APOGridCell()
An APOGridCell object
Methods
Gets the cell format.
Returns:
a promise that is fulfilled with the format of the cell.
-
Type
- Promise.<string>
isEditable() → {Promise.<boolean>}
Indicates whether the cell is editable.
Returns:
a promise that is fulfilled with the editable status of this cell.
-
Type
- Promise.<boolean>
Right-clicks the cell and selects the specified menu item.
Parameters:
Name | Type | Description |
---|
menuItem | string | The name of the menu item. |
Returns:
a promise that is fulfilled when the operation is performed.
-
Type
- Promise.<void>
setValue(value) → {Promise.<void>}
Set the content of this cell.
Parameters:
Name | Type | Description |
---|
value | string | The content of this cell. |
Returns:
a promise that is fulfilled when the operation is performed.
-
Type
- Promise.<void>
value() → {Promise.<string>}
The content of this cell.
Returns:
a promise that is fulfilled with the content of this cell.
-
Type
- Promise.<string>
Tips to improve your search results...
OpenText™ Functional Testing for Developers JavaScript SDK Version: 24.4OpenText™ Functional Testing for Developers SDK24.4AllView Local Help CenterView Online Help CenterVersion: