Table of Contents

Interface IDesktopFacetFilterBehavior

Namespace
HP.LFT.SDK.SAP.UI5
Assembly
HP.LFT.SDK.dll

Desktop functionality provided for SAPUI5 facet filters. See Desktop

public interface IDesktopFacetFilterBehavior

Methods

FilterBy(string, params string[])

Invokes the specified filter according to the specified keys.

void FilterBy(string filterListTitle, params string[] keys)

Parameters

filterListTitle string

The name of the list in which to select filter values.

keys string[]

A list of key names to select in the list.

FilterBy(string, params uint[])

Invokes the specified filter according to the specified keys.

void FilterBy(string filterListTitle, params uint[] keysIndices)

Parameters

filterListTitle string

The name of the list in which to select filter values.

keysIndices uint[]

A list of indices of the keys to select in the list, Index values begin with 1.

FilterBy(uint, params string[])

Invokes the specified filter according to the specified keys.

void FilterBy(uint filterListIndex, params string[] keys)

Parameters

filterListIndex uint

The index of the list in which to select filter values. Index values begin with 1.

keys string[]

A list of key names to select in the list.

FilterBy(uint, params uint[])

Invokes the specified filter according to the specified keys.

void FilterBy(uint filterListIndex, params uint[] keysIndices)

Parameters

filterListIndex uint

The index of the list in which to select filter values. Specify index values in the format "#N" where N is the numeric value. Index values begin with 1.

keysIndices uint[]

A list of indices of the keys to select in the list, Index values begin with 1.