Enum sap.ui.comp.valuehelpdialog.ValueHelpRangeOperationModule: sap/ui/comp/valuehelpdialog/ValueHelpDialog
The range operations supported by the ValueHelpDialog control.
Field Summary
sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.BTThe Between operation for the ranges.
sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.ContainsThe Contains operation for the ranges.
sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.EndsWithThe EndsWith operation for the ranges.
sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.EQThe Equals operation for the ranges.
sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.GEThe Between or equals operation for the ranges.
sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.GTThe Greater operation for the ranges.
sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.LEThe Less or equals operation for the ranges.
sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.LTThe Less operation for the ranges.
sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.StartsWithThe StartsWith operation for the ranges.
Field Detail
sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.BT: string
The Between operation for the ranges.
sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.Contains: string
The Contains operation for the ranges.
sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.EndsWith: string
The EndsWith operation for the ranges.
sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.GE: string
The Between or equals operation for the ranges.
sap.ui.comp.valuehelpdialog.ValueHelpRangeOperation.GT: string
The Greater operation for the ranges.