Renders an HTML "label" element. Render the current value
of the component as label text if it is specified. If a "for" attribute is
specified, find the component specified by the value of the "for"
attribute, and render its client id as the value of the "for" attribute.
If "styleClass" attribute is specified, render its value as the value
of the "class" attribute.
Attributes |
Name | Required | Request-time | Type | Description |
accesskey | false | false | java.lang.String |
Access key that, when pressed, transfers focus to this element.
|
binding | false | false | java.lang.String |
The value binding expression linking this component to a property in a backing bean
|
converter | false | false | java.lang.String |
Converter instance registered with this component.
|
dir | false | false | java.lang.String |
Direction indication for text that does not inherit directionality.
Valid values are "LTR" (left-to-right) and "RTL" (right-to-left).
|
effect | false | false | java.lang.String |
The Javascript Effect
|
for | false | false | java.lang.String |
Client identifier of the component for which this element is a label.
|
id | false | false | java.lang.String |
The component identifier for this component. This value must be
unique within the closest parent component that is a naming
container.
|
lang | false | false | java.lang.String |
Code describing the language used in the generated markup for this
component.
|
onblur | false | false | java.lang.String |
Javascript code executed when this element loses focus.
|
onclick | false | false | java.lang.String | No Description |
ondblclick | false | false | java.lang.String | No Description |
onfocus | false | false | java.lang.String |
Javascript code executed when this element receives focus.
|
onkeydown | false | false | java.lang.String | No Description |
onkeypress | false | false | java.lang.String | No Description |
onkeyup | false | false | java.lang.String | No Description |
onmousedown | false | false | java.lang.String | No Description |
onmousemove | false | false | java.lang.String | No Description |
onmouseout | false | false | java.lang.String | No Description |
onmouseover | false | false | java.lang.String | No Description |
onmouseup | false | false | java.lang.String | No Description |
rendered | false | false | java.lang.String |
Flag indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent form
submit.
|
renderedOnUserRole | false | false | java.lang.String |
If user is in given role, this component will be rendered
normally. If not, nothing is rendered and the body of this tag
will be skipped.
|
style | false | false | java.lang.String |
CSS style(s) to be applied when this component is rendered.
|
styleClass | false | false | java.lang.String |
Space-separated list of CSS style class(es) to be applied when this
element is rendered. This value is passed through as the "class"
attribute on generated markup.
The base name for all style classes. Default value is iceOutLbl.
|
tabindex | false | false | java.lang.String |
Position of this element in the tabbing order for the current document.
This value must be an integer between 0 and 32767.
|
title | false | false | java.lang.String |
Advisory title information about markup elements generated for this
component.
|
value | false | false | java.lang.String |
The current value of this component.
|
visible | false | false | java.lang.String |
Set the visibility of this component. When false CSS style is
set to display:none
|