primefaces-p

Tag outputLabel

Component Information 
InfoValue
Component Typeorg.primefaces.component.OutputLabel
Handler ClassNone
Renderer Typeorg.primefaces.component.OutputLabelRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
renderedfalsejavax.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.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Label to display.
accesskeyfalsejavax.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.
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Direction indication for text that does not inherit directionality. Valid values are LTR and RTL.
escapefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if value should be escaped or not.
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of the associated input component.
langfalsejavax.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..
tabindexfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Position in the tabbing order.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Advisory tooltip informaton.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the component.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
onblurfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when component loses focus.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when component is clicked.
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when component is double clicked.
onfocusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when component receives focus.
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is pressed down over component.
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is pressed and released over component.
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is released over component.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer button is pressed down over component.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer button is moved within component.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer button is moved away from component.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer button is moved onto component.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer button is released over component.
indicateRequiredfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Controls the required (*) indicator. Auto = displayed based on the required attribute OR if @NotNull is present. false = never displayed. true = always displayed.
converterfalsejavax.el.ValueExpression
(must evaluate to java.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.

Output generated by Vdldoc View Declaration Language Documentation Generator.