public class HtmlOutputText extends UIOutput
Renders the component value as text, optionally wrapping in a
span
element if I18N attributes, CSS styles or style
classes are specified.
By default, the rendererType
property must be set to "javax.faces.Text
".
This value can be changed by calling the setRendererType()
method.
Modifier and Type | Class and Description |
---|---|
protected static class |
HtmlOutputText.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_TYPE
The standard component type for this component.
|
COMPONENT_FAMILY
bindings
Constructor and Description |
---|
HtmlOutputText() |
Modifier and Type | Method and Description |
---|---|
String |
getDir()
Return the value of the
dir property. |
String |
getLang()
Return the value of the
lang property. |
String |
getStyle()
Return the value of the
style property. |
String |
getStyleClass()
Return the value of the
styleClass property. |
String |
getTitle()
Return the value of the
title property. |
boolean |
isEscape()
Return the value of the
escape property. |
void |
setDir(String dir)
Set the value of the
dir property. |
void |
setEscape(boolean escape)
Set the value of the
escape property. |
void |
setLang(String lang)
Set the value of the
lang property. |
void |
setStyle(String style)
Set the value of the
style property. |
void |
setStyleClass(String styleClass)
Set the value of the
styleClass property. |
void |
setTitle(String title)
Set the value of the
title property. |
getConverter, getFamily, getLocalValue, getValue, restoreState, saveState, setConverter, setValue
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getContainerClientId, getValueExpression, setValueExpression
public static final String COMPONENT_TYPE
The standard component type for this component.
public String getDir()
Return the value of the dir
property.
Contents: Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left).
public void setDir(String dir)
Set the value of the dir
property.
public boolean isEscape()
Return the value of the escape
property.
Contents: Flag indicating that characters that are sensitive in HTML and XML markup must be escaped. This flag is set to "true" by default.
public void setEscape(boolean escape)
Set the value of the escape
property.
public String getLang()
Return the value of the lang
property.
Contents: Code describing the language used in the generated markup for this component.
public void setLang(String lang)
Set the value of the lang
property.
public String getStyle()
Return the value of the style
property.
Contents: CSS style(s) to be applied when this component is rendered.
public void setStyle(String style)
Set the value of the style
property.
public String getStyleClass()
Return the value of the styleClass
property.
Contents: Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.
public void setStyleClass(String styleClass)
Set the value of the styleClass
property.
public String getTitle()
Return the value of the title
property.
Contents: Advisory title information about markup elements generated for this component.
public void setTitle(String title)
Set the value of the title
property.
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.