Interface IDesktopFacetFilterBehavior
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
filterListTitlestringThe name of the list in which to select filter values.
keysstring[]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
filterListTitlestringThe name of the list in which to select filter values.
keysIndicesuint[]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
filterListIndexuintThe index of the list in which to select filter values. Index values begin with 1.
keysstring[]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)