@JSFComponent public class UIColumn extends UIComponentBase
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY
Constructor and Description |
---|
UIColumn() |
Modifier and Type | Method and Description |
---|---|
String |
getFamily() |
UIComponent |
getFooter() |
UIComponent |
getHeader() |
String |
getId()
Get a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer
component.
|
void |
setFooter(UIComponent footer) |
void |
setHeader(UIComponent header) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, 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, visitTree
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public void setFooter(UIComponent footer)
@JSFFacet public UIComponent getFooter()
public void setHeader(UIComponent header)
@JSFFacet public UIComponent getHeader()
@JSFProperty(literalOnly=true, rtexprvalue=false) public String getId()
getId
in class UIComponentBase
public String getFamily()
getFamily
in class UIComponent
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.