org.jboss.gravel.simple.ui
Class UILabel

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by org.jboss.gravel.common.ui.UIGravelBase
              extended by org.jboss.gravel.simple.ui.UISimple
                  extended by org.jboss.gravel.simple.ui.UILabel
All Implemented Interfaces:
Serializable, javax.faces.component.StateHolder, HasHtmlAccessAttributes, HasHtmlBasicAttributes, HasHtmlCoreAttributes, HasHtmlEventsAttributes, HasHtmlFocusEventsAttributes, HasHtmlI18nAttributes, HasHtmlStyleAttributes, HasJsfCoreAttributes

public class UILabel
extends UISimple
implements HasHtmlFocusEventsAttributes, HasHtmlAccessAttributes

See Also:
Serialized Form

Nested Class Summary
static class UILabel.State
           
 
Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
static String RENDERER_TYPE
           
 
Constructor Summary
UILabel()
           
 
Method Summary
 String getAccesskey()
           
 String getForId()
           
 String getOnblur()
           
 String getOnfocus()
           
 void restoreState(javax.faces.context.FacesContext context, Object object)
           
 Object saveState(javax.faces.context.FacesContext context)
           
 void setAccesskey(String accesskey)
           
 void setForId(String forId)
           
 void setOnblur(String onblur)
           
 void setOnfocus(String onfocus)
           
 
Methods inherited from class org.jboss.gravel.simple.ui.UISimple
getDir, getFamily, getLang, getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnload, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnunload, getStyle, getStyleClass, getTitle, isWriteTag, setDir, setLang, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnload, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnunload, setStyle, setStyleClass, setTitle, setWriteTag
 
Methods inherited from class org.jboss.gravel.common.ui.UIGravelBase
getChildrenOfType, getChildrenOfType, isGeneratedId
 
Methods inherited from class javax.faces.component.UIComponentBase
broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId, getValueExpression, setValueExpression
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.gravel.common.ui.HasHtmlEventsAttributes
getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnload, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnunload
 
Methods inherited from interface org.jboss.gravel.common.ui.HasJsfCoreAttributes
getId, isRendered
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values

RENDERER_TYPE

public static final String RENDERER_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

UILabel

public UILabel()
Method Detail

getOnfocus

public String getOnfocus()
Specified by:
getOnfocus in interface HasHtmlFocusEventsAttributes

setOnfocus

public void setOnfocus(String onfocus)

getOnblur

public String getOnblur()
Specified by:
getOnblur in interface HasHtmlFocusEventsAttributes

setOnblur

public void setOnblur(String onblur)

getAccesskey

public String getAccesskey()
Specified by:
getAccesskey in interface HasHtmlAccessAttributes

setAccesskey

public void setAccesskey(String accesskey)

getForId

public String getForId()

setForId

public void setForId(String forId)

saveState

public Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class UISimple

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         Object object)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class UISimple