org.jboss.seam.ui.component
public abstract class UILabel extends javax.faces.component.html.HtmlOutputLabel implements UIDecorateAware
Modifier and Type | Field and Description |
---|---|
protected UIDecorate |
decorate |
Constructor and Description |
---|
UILabel() |
Modifier and Type | Method and Description |
---|---|
protected static javax.faces.component.UIComponent |
getEditableValueHolder(javax.faces.component.UIComponent component)
A depth-first search for an EditableValueHolder
|
String |
getFor() |
void |
setUIDecorate(UIDecorate decorate)
Method called by DecorateRendererBase when it's about to render a subtree containing this component.
|
getAccesskey, getDefaultEventName, getDir, getEventNames, 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, setTitle
clearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, restoreState, saveState, setConverter, setValue
addClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
protected UIDecorate decorate
protected static javax.faces.component.UIComponent getEditableValueHolder(javax.faces.component.UIComponent component)
public String getFor()
getFor
in class javax.faces.component.html.HtmlOutputLabel
public void setUIDecorate(UIDecorate decorate)
UIDecorateAware
setUIDecorate
in interface UIDecorateAware
Copyright © 2015 Seam Framework. All Rights Reserved.