crm:summaryMultipleFilterSearchButton
Overview
The <crm:summaryMultipleFilterSearchButton> tag is used to display a search and settings button on a summary page.
It should be defined only on Summary Page and Summary with Lazy Data Model Page
Attributes
Name | Required | Type | Default | Description |
---|---|---|---|---|
filterSelector | false | Boolean | true | Controls the visibility of the settings button. |
id | true | String | null | Unique identifier of the component. |
managedBean | true | String | null | The name of the Java managed bean class that will be used for retrieving the component values. |
refresh | false | String | @form | Component(s) to update with ajax. |
Getting Started
The following example shows a summary multiple filters area component that is used on Summary Page Example.