| Oracle Fusion Middleware Tag Reference for Oracle ADF Faces 12c (12.2.1.3) E80089-01 | 
The switcher is a purely logical server-side component. It does not generate any content itself and has no client-side representation (no client component). Hence switching which facet of the switcher renders requires a server round-trip.
Initial render works as normal, but you cannot switch facets since only the displayed facet is rendered.| Type | Phases | Description | 
|---|---|---|
| org.apache.myfaces.trinidad.event.AttributeChangeEvent | Apply Request Values | Event delivered to describe an attribute change. | 
| Name | Type | Supports EL? | Description | 
|---|---|---|---|
| attributeChangeListener | javax.faces.el.MethodBinding | a method reference to an attribute change listener | |
| binding | UIXSwitcher | Only EL | a binding reference to store the component instance | 
| defaultFacet | String | the name of the facet to render and process if "facetName" is null or otherwise does not refer to an existing facet. | |
| facetName | String | Yes | the name of the facet to render and process. | 
| id | String | No | the identifier for the component. | 
| rendered | boolean | Yes | whether the bean is rendered. When set to false, no output will be delivered for this bean. |