public class HtmlOutputLabel extends UIOutput
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_TYPE |
COMPONENT_FAMILY
Constructor and Description |
---|
HtmlOutputLabel() |
Modifier and Type | Method and Description |
---|---|
String |
getAccesskey() |
String |
getDir() |
String |
getFor() |
String |
getLang() |
String |
getOnblur() |
String |
getOnclick() |
String |
getOndblclick() |
String |
getOnfocus() |
String |
getOnkeydown() |
String |
getOnkeypress() |
String |
getOnkeyup() |
String |
getOnmousedown() |
String |
getOnmousemove() |
String |
getOnmouseout() |
String |
getOnmouseover() |
String |
getOnmouseup() |
String |
getStyle() |
String |
getStyleClass() |
String |
getTabindex() |
String |
getTitle() |
void |
restoreState(FacesContext context,
Object state)
Invoked in the "restore view" phase, this initialises this
object's members from the values saved previously into the
provided state object.
|
Object |
saveState(FacesContext context)
Invoked after the render phase has completed, this method
returns an object which can be passed to the restoreState
of some other instance of UIComponentBase to reset that
object's state to the same values as this object currently
has.
|
void |
setAccesskey(String accesskey) |
void |
setDir(String dir) |
void |
setFor(String forValue) |
void |
setLang(String lang) |
void |
setOnblur(String onblur) |
void |
setOnclick(String onclick) |
void |
setOndblclick(String ondblclick) |
void |
setOnfocus(String onfocus) |
void |
setOnkeydown(String onkeydown) |
void |
setOnkeypress(String onkeypress) |
void |
setOnkeyup(String onkeyup) |
void |
setOnmousedown(String onmousedown) |
void |
setOnmousemove(String onmousemove) |
void |
setOnmouseout(String onmouseout) |
void |
setOnmouseover(String onmouseover) |
void |
setOnmouseup(String onmouseup) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTabindex(String tabindex) |
void |
setTitle(String title) |
getConverter, getFamily, getLocalValue, getValue, setConverter, setValue
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
public static final String COMPONENT_TYPE
public void setAccesskey(String accesskey)
public String getAccesskey()
public void setDir(String dir)
public String getDir()
public void setFor(String forValue)
public String getFor()
public void setLang(String lang)
public String getLang()
public void setOnblur(String onblur)
public String getOnblur()
public void setOnclick(String onclick)
public String getOnclick()
public void setOndblclick(String ondblclick)
public String getOndblclick()
public void setOnfocus(String onfocus)
public String getOnfocus()
public void setOnkeydown(String onkeydown)
public String getOnkeydown()
public void setOnkeypress(String onkeypress)
public String getOnkeypress()
public void setOnkeyup(String onkeyup)
public String getOnkeyup()
public void setOnmousedown(String onmousedown)
public String getOnmousedown()
public void setOnmousemove(String onmousemove)
public String getOnmousemove()
public void setOnmouseout(String onmouseout)
public String getOnmouseout()
public void setOnmouseover(String onmouseover)
public String getOnmouseover()
public void setOnmouseup(String onmouseup)
public String getOnmouseup()
public void setStyle(String style)
public String getStyle()
public void setStyleClass(String styleClass)
public String getStyleClass()
public void setTabindex(String tabindex)
public String getTabindex()
public void setTitle(String title)
public String getTitle()
public Object saveState(FacesContext context)
UIComponentBase
saveState
in interface StateHolder
saveState
in class UIOutput
public void restoreState(FacesContext context, Object state)
UIComponentBase
restoreState
in interface StateHolder
restoreState
in class UIOutput
state
- is an object previously returned by
the saveState method of this class.Copyright © 2012 Apache Software Foundation. All Rights Reserved.