Table of Contents

Interface IDesktopFacetFilterBehavior

Desktop functionality provided for SAPUI5 facet filters. See Desktop

Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public interface IDesktopFacetFilterBehavior

Methods

FilterBy(string, params string[])

Invokes the specified filter according to the specified keys.

Declaration
void FilterBy(string filterListTitle, params string[] keys)
Parameters
Type Name Description
string filterListTitle

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

string[] keys

A list of key names to select in the list.

FilterBy(string, params uint[])

Invokes the specified filter according to the specified keys.

Declaration
void FilterBy(string filterListTitle, params uint[] keysIndices)
Parameters
Type Name Description
string filterListTitle

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

uint[] keysIndices

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.

Declaration
void FilterBy(uint filterListIndex, params string[] keys)
Parameters
Type Name Description
uint filterListIndex

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

string[] keys

A list of key names to select in the list.

FilterBy(uint, params uint[])

Invokes the specified filter according to the specified keys.

Declaration
void FilterBy(uint filterListIndex, params uint[] keysIndices)
Parameters
Type Name Description
uint filterListIndex

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.

uint[] keysIndices

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