Name

UIColumn

Synopsis

This class represents a column component that may be used as a child of a javax.faces.component.UIData component or a custom component. A column component acts as a container for other components used to represent the column data. It can be equipped with header and footer facets. A component of this type is rendered by its parent.

Synopsis

Class name:

javax.faces.component.UIColumn

Extends:

javax.faces.component.UIComponentBase

Implements:

javax.faces.component.StateHolder

Fields

public static String COMPONENT_FAMILY

The component family: javax.faces.Column.

public static String COMPONENT_TYPE

The component family: javax.faces.Column.

Constructor

public UIColumn()

Creates a new instance.

Methods

public String getFamily()

Returns the component family ID.

public javax.faces.component.UIComponent getFooter()

Returns the footer facet or null if none is set.

public javax.faces.component.UIComponent getHeader()

Returns the header facet or null if none is set.

public void setFooter(javax.faces.component.UIComponent footer)

Sets the footer facet.

public void setHeader(javax.faces.component.UIComponent header)

Sets the header facet.

Get JavaServer Faces now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.