javax.faces.component

Class UIColumn

public class UIColumn extends UIComponentBase

see Javadoc of JSF Specification

Version: $Revision: 166994 $ $Date: 2004-07-02 00:12:40 +0200 (Fri, 02 Jul 2004) $

Author: Manfred Geiler (latest modification by $Author: mwessendorf $)

Field Summary
static StringCOMPONENT_FAMILY
static StringCOMPONENT_TYPE
Constructor Summary
UIColumn()
Method Summary
StringgetFamily()
UIComponentgetFooter()
UIComponentgetHeader()
voidsetFooter(UIComponent footer)
voidsetHeader(UIComponent header)

Field Detail

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY

COMPONENT_TYPE

public static final String COMPONENT_TYPE

Constructor Detail

UIColumn

public UIColumn()

Method Detail

getFamily

public String getFamily()

getFooter

public UIComponent getFooter()

getHeader

public UIComponent getHeader()

setFooter

public void setFooter(UIComponent footer)

setHeader

public void setHeader(UIComponent header)