<af:group>

group group


The group component is an invisible control that aggregates semantically-related children; the group itself has no associated client representation (visual or API). Some parent components may have special representation for groups like adding separators around the group but this is a special case and is not always rendered this way. In most cases, only the children of the group will be rendered directly to the page. There will be no layout applied to the children so the natural layout behavior of the underlying HTML elements will apply. If you require a more predictable layout, you should use a layout component such as panelGroupLayout.

Attributes

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.