| Info | Value |
|---|---|
| Component Type | org.primefaces.component.Outputlabelk |
| Display Name | None |
| Handler Class | None |
| Renderer Type | org.primefaces.component.OutputLabelRenderer |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer. |
rendered | false | javax.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. |
binding | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
| An el expression referring to a server side UIComponent instance in a backing bean. |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Label to display. |
accesskey | false | javax.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. |
dir | false | javax.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 | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Defines if value should be escaped or not. |
for | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Id of the associated input component. |
lang | false | javax.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.. |
tabindex | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Position in the tabbing order. |
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Advisory tooltip informaton. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style of the component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the component. |
onblur | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when component loses focus. |
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when component is clicked. |
ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when component is double clicked. |
onfocus | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when component receives focus. |
onkeydown | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when a key is pressed down over component. |
onkeypress | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when a key is pressed and released over component. |
onkeyup | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when a key is released over component. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when a pointer button is pressed down over component. |
onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when a pointer button is moved within component. |
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when a pointer button is moved away from component. |
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when a pointer button is moved onto component. |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when a pointer button is released over component. |
Output generated by Vdldoc View Declaration Language Documentation Generator.