Members


<inner> When we open value help for field {string}

Description

Openes the ValueHelp dialog for the specified field.

Parameters
Name Type Description
field string

name of the target field

Examples
When we open value help for field "Customer"

<inner> When we open value help for object field {string}

Description

Openes the ValueHelp dialog for the specified object field.

Parameters
Name Type Description
field string

name of the target field

Examples
When we open value help for object field "Customer"

<inner> When we open value help for filter field {string}

Description

Openes the ValueHelp dialog for the specified filter field.

Parameters
Name Type Description
field string

name of the target field

Examples
When we open value help for filter field "Customer"

<inner> When we close value help for field {string}

Description

Closes the ValueHelp dialog for the specified filter field.

Parameters
Name Type Description
field string

name of the target field

Examples
When we close value help for field "Customer"

<inner> When we close value help for object field {string}

Description

Closes the ValueHelp dialog for the specified object field.

Parameters
Name Type Description
field string

name of the target field

Examples
When we close value help for object field "Customer"

<inner> When we close value help for filter field {string}

Description

Closes the ValueHelp dialog for the specified filter field.

Parameters
Name Type Description
field string

name of the target field

Examples
When we close value help for filter field "Customer"

<inner> When we confirm value help dialog

Description

Clicks the "Ok" button in the currently opened ValueHelp dialog.

Examples
When we confirm value help dialog

<inner> When we select first row in value help dialog having field {string} equal to {string}

Description

Selects the first row in the visible ValueHelp dialog where the specified column matches the provided value and in addition clears the previous selection.

Parameters
Name Type Description
columnName string

name of the target column

searchText string

value to search for in the target column

Examples
When we select first row in value help dialog having field "Flight Number" equal to "0400"

<inner> When we select one row in value help dialog having field {string} equal to {string}

Description

Selects the row in the visible ValueHelp dialog where the specified column matches the provided value. Fails if there are more than one matching rows.

Parameters
Name Type Description
columnName string

name of the target column

searchText string

value to search for in the target column

Examples
When we select one row in value help dialog having field "Travel Status" equal to "Open"

<inner> When we select one suggestion in value help dialog for field {string} equal to {string}

Description

Selects one of the suggested values in a ValueHelp dialog. It supports sap.ui.mdc.ValueHelp and sap.ui.mdc.field.ListFieldHelp ValueHelp types.

Parameters
Name Type Description
fieldName string

name of the target field

searchText string

value to search for in the target column

Examples
When we select one suggestion in value help dialog for field "Travel Status" equal to "Open"

<inner> When we remove selections in value help dialog for field {string}

Description

Clears the selection in a ValueHelp dialog.

Parameters
Name Type Description
fieldName string

name of the target field

Examples
When we remove selections in value help dialog for field "Travel Status"