cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

API Reference for "sap.fe.macros.filter.type.Value" / "sap.fe.macros.filter.type.MultiValue"

AkhilDas
Explorer
0 Likes
650

Hi,

Can anyone let me know where to find the API Reference for API Reference for "sap.fe.macros.filter.type.Value" / "sap.fe.macros.filter.type.MultiValue".

I checked in

https://sapui5.hana.ondemand.com/#/api

https://ui5.sap.com/#/api

Below is the UI5 code where I am using these. It is part code for adding custom filter in a Flexible Programming Model Fiori app. 

<MultiComboBox width="100%" selectedKeys="{path: 'filterValues>', type: 'sap.fe.macros.filter.type.MultiValue'}">
			<layoutData>
				<FlexItemData growFactor="1" />
			</layoutData>
			<items>
				<core:Item key="1" text="1" />
				<core:Item key="2" text="2" />
				<core:Item key="3" text="3" />
				<core:Item key="4" text="4" />
				<core:Item key="5" text="5" />
			</items>
		</MultiComboBox>

 

Accepted Solutions (0)

Answers (0)