javax.faces.component
Class UIColumn
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIColumn
- All Implemented Interfaces:
- java.util.EventListener, PartialStateHolder, StateHolder, ComponentSystemEventListener, FacesListener, SystemEventListenerHolder
- Direct Known Subclasses:
- HtmlColumn
@JSFComponent
public class UIColumn
- extends UIComponentBase
see Javadoc of JSF Specification
- Version:
- $Revision: 743355 $ $Date: 2009-02-11 10:02:41 -0500 (Wed, 11 Feb 2009) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $)
Methods inherited from class javax.faces.component.UIComponentBase |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
UIColumn
public UIColumn()
setFooter
public void setFooter(UIComponent footer)
getFooter
@JSFFacet
public UIComponent getFooter()
setHeader
public void setHeader(UIComponent header)
getHeader
@JSFFacet
public UIComponent getHeader()
getId
@JSFProperty(literalOnly=true,
rtexprvalue=false)
public java.lang.String getId()
- Get a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer
component. The id is not necessarily unique across all components in the current view.
- Overrides:
getId
in class UIComponentBase
getFamily
public java.lang.String getFamily()
- Specified by:
getFamily
in class UIComponent
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.