/AWS1/CL_BDCMOUSECLICKARGMNTS¶
Arguments for a mouse click action.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_x TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER¶
The X coordinate on screen where the click occurs.
iv_y TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER¶
The Y coordinate on screen where the click occurs.
Optional arguments:¶
iv_button TYPE /AWS1/BDCMOUSEBUTTON /AWS1/BDCMOUSEBUTTON¶
The mouse button to use. Defaults to
LEFT.
iv_clickcount TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER¶
The number of clicks to perform. Valid range: 1–10. Defaults to 1.
Queryable Attributes¶
x¶
The X coordinate on screen where the click occurs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_X() |
Getter for X, with configurable default |
ASK_X() |
Getter for X w/ exceptions if field has no value |
HAS_X() |
Determine if X has a value |
y¶
The Y coordinate on screen where the click occurs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_Y() |
Getter for Y, with configurable default |
ASK_Y() |
Getter for Y w/ exceptions if field has no value |
HAS_Y() |
Determine if Y has a value |
button¶
The mouse button to use. Defaults to
LEFT.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUTTON() |
Getter for BUTTON, with configurable default |
ASK_BUTTON() |
Getter for BUTTON w/ exceptions if field has no value |
HAS_BUTTON() |
Determine if BUTTON has a value |
clickCount¶
The number of clicks to perform. Valid range: 1–10. Defaults to 1.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLICKCOUNT() |
Getter for CLICKCOUNT, with configurable default |
ASK_CLICKCOUNT() |
Getter for CLICKCOUNT w/ exceptions if field has no value |
HAS_CLICKCOUNT() |
Determine if CLICKCOUNT has a value |