enum sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation

Visiblity: public
Available since: N/A
Module: sap/ui/comp/library
Application Component: CA-UI5-CMP

The range operations supported by the ValueHelpDialog control.


Properties Overview

Node Description
sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.BT

The Between operation for the ranges.

sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.Contains

The Contains operation for the ranges.

sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.EndsWith

The EndsWith operation for the ranges.

sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.EQ

The Equals operation for the ranges.

sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.GE

The Between or equals operation for the ranges.

sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.GT

The Greater operation for the ranges.

sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.LE

The Less or equals operation for the ranges.

sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.LT

The Less operation for the ranges.

sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.StartsWith

The StartsWith operation for the ranges.