The <o:outputLabel> is a component that extends the standard <h:outputLabel> with support for automatically setting its
value as the label of the component identified by its for attribute (if any). This way there's no need to duplicate the very same label into the
label attribute of the input component. After submitting the form without having entered a value, a validation message is posted that should
contain the label printed before the input instead of some generated ID.
You can use it the same way as <h:outputLabel>, you only need to change h: into o:.
| Info | Value |
|---|---|
| Component Type | org.omnifaces.component.output.OutputLabel |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
accesskey | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
| The ValueExpression linking this component to a property in a backing bean. |
converter | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.convert.Converter)
| No Description |
dir | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
escape | false | jakarta.el.ValueExpression
(must evaluate to boolean)
| No Description |
for | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
id | false | jakarta.el.ValueExpression
(must evaluate to 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 | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
onblur | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
onclick | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
ondblclick | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
onfocus | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
onkeydown | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
onkeypress | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
onkeyup | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
onmousedown | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
onmousemove | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
onmouseout | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
onmouseover | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
onmouseup | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
rendered | false | jakarta.el.ValueExpression
(must evaluate to boolean)
| Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true. |
role | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
tabindex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
title | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| No Description |
Output generated by Vdldoc View Declaration Language Documentation Generator.