Info | Value |
---|---|
Component Type | org.primefaces.component.OutputLabel |
Handler Class | None |
Renderer Type | org.primefaces.component.OutputLabelRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
accesskey | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| The accesskey attribute is a standard HTML attribute that sets the access key that transfers focus to this element when pressed. |
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
converter | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.convert.Converter )
| An el expression or a literal text that defines a converter for the component. When it's an EL expression, it's resolved to a converter instance. In case it's a static text, it must refer to a converter id. |
dir | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Direction indication for text that does not inherit directionality. Valid values are LTR and RTL. |
escape | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines if value should be escaped or not. |
for | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Id of the associated input component. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
indicateRequired | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Controls the required (*) indicator. Auto = displayed based on the required attribute OR if @NotNull is present. AutoSkipDisabled = Auto but checks input for disabled/readonly. false = never displayed. true = always displayed. |
lang | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| The lang attribute is a standard HTML attribute that sets the code describing the language to be used in the markup generated by this component.. |
onblur | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when component loses focus. |
onclick | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when component is clicked. |
ondblclick | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when component is double clicked. |
onfocus | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when component receives focus. |
onkeydown | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a key is pressed down over component. |
onkeypress | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a key is pressed and released over component. |
onkeyup | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a key is released over component. |
onmousedown | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a pointer button is pressed down over component. |
onmousemove | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a pointer button is moved within component. |
onmouseout | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a pointer button is moved away from component. |
onmouseover | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a pointer button is moved onto component. |
onmouseup | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a pointer button is released over component. |
rendered | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean value to specify the rendering of the component, when set to false component will not be rendered. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the component. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the component. |
tabindex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Position in the tabbing order. |
title | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Advisory tooltip information. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Label to display. |
Output generated by Vdldoc View Declaration Language Documentation Generator.