Oracle Fusion Middleware Tag Reference for Oracle ADF Faces 12c (12.2.1.1) E67021-02 |
Name | Type | Supports EL? | Description |
---|---|---|---|
attributeChangeListener | javax.faces.el.MethodBinding | Only EL | |
binding | UIXGroup | Only EL | a binding reference to store the component instance |
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. |
startBoundary | String | Yes | indicates if a visual group start boundary is desired. The default value of 'dontCare' indicates no preference. A value of 'show' indicates a preference to show a start boundary. A value of 'hide' indicates a preference to not show a start boundary. Regardless of the start boundary value, whether a visual boundary will be displayed is up to the group's parent component. |
endBoundary | String | Yes | indicates if a visual group end boundary is desired. The default value of 'dontCare' indicates no preference. A value of 'show' indicates a preference to show an end boundary. A value of 'hide' indicates a preference to not show an end boundary. Regardless of the end boundary value, whether a visual boundary will be displayed is up to the group's parent component. |
title | String | Yes | a title value for the group. Whether anything is done with this title value is up to the group's parent component. |