public class OutputLabel
extends javax.faces.component.html.HtmlOutputLabel
implements javax.faces.event.SystemEventListener
HtmlOutputLabel and provides support for
 automatically setting its value as the label of the component identified by its for attribute (if any).
 
 You can use it the same way as <h:outputLabel>, you only need to change h: into
 o:.
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
COMPONENT_TYPE  | 
| Constructor and Description | 
|---|
OutputLabel()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isListenerForSource(java.lang.Object source)  | 
void | 
processEvent(javax.faces.event.SystemEvent event)  | 
getAccesskey, getDefaultEventName, getDir, getEventNames, getFor, getLang, getOnblur, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getStyle, getStyleClass, getTabindex, getTitle, isEscape, setAccesskey, setDir, setEscape, setFor, setLang, setOnblur, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setStyle, setStyleClass, setTabindex, setTitleclearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, restoreState, saveState, setConverter, setValueaddClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreepublic static final java.lang.String COMPONENT_TYPE
public boolean isListenerForSource(java.lang.Object source)
isListenerForSource in interface javax.faces.event.SystemEventListenerpublic void processEvent(javax.faces.event.SystemEvent event)
                  throws javax.faces.event.AbortProcessingException
processEvent in interface javax.faces.event.SystemEventListenerjavax.faces.event.AbortProcessingException