Name

HtmlOutputLabel

Synopsis

The HtmlOutputLabel class is the HTML rendering-dependent class representing the UIOutput component with a javax.faces.Label renderer.

Synopsis

Class name:

javax.faces.component.html.HtmlOutputLabel

Extends:

javax.faces.component.UIOutput

Implements:

javax.faces.component.StateHolder,javax.faces.component.ValueHolder

Fields

public static String COMPONENT_TYPE

The component family: javax.faces.HtmlOutputFormat.

Constructor

public HtmlOutputLabel()

Creates a new instance.

Methods

public String getAccesskey( ) public String getDir( ) public String getFor( ) public String getLang( ) public String getOnblur( ) public String getOnchange( ) public String getOnclick( ) public String getOndblclick( ) public String getOnfocus( ) public String getOnkeydown( ) public String getOnkeypress( ) public String getOnkeyup( ) public String getOnmousedown( ) public String getOnmousemove( ) public String getOnmouseout( ) public String getOnmouseover( ) public String getOnmouseup( ) public String getStyle( ) public String getStyleClass( ) public String getTabindex( ) public String getTitle( ) public void restoreState(javax.faces.context.FacesContext context, Object state) public Object saveState(javax.faces.context.FacesContext context) public void setAccesskey(String accesskey) public void setDir(String dir) public void setFor(String for) public void setLang(String lang) public void setOnblur(String onblur) public void setOnchange(String onchange) public void setOnclick(String ...

Get JavaServer Faces now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.