Oracle Fusion Middleware Tag Reference for Oracle ADF Faces 12c (12.1.2) E23188-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 | Only EL | |
binding | UIXSwitcher | Only EL | a binding reference to store the component instance |
defaultFacet | String | Yes | |
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. |