public class HtmlBody extends UIOutput implements ClientBehaviorHolder
By default, the rendererType
property must be set to "javax.faces.Body
".
This value can be changed by calling the setRendererType()
method.
Modifier and Type | Class and Description |
---|---|
protected static class |
HtmlBody.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_TYPE
The standard component type for this component.
|
COMPONENT_FAMILY
bindings
Constructor and Description |
---|
HtmlBody() |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultEventName()
Returns the default event
name for this |
String |
getDir()
Return the value of the
dir property. |
Collection<String> |
getEventNames()
Returns a non-null, unmodifiable
|
String |
getLang()
Return the value of the
lang property. |
String |
getOnclick()
Return the value of the
onclick property. |
String |
getOndblclick()
Return the value of the
ondblclick property. |
String |
getOnkeydown()
Return the value of the
onkeydown property. |
String |
getOnkeypress()
Return the value of the
onkeypress property. |
String |
getOnkeyup()
Return the value of the
onkeyup property. |
String |
getOnload()
Return the value of the
onload property. |
String |
getOnmousedown()
Return the value of the
onmousedown property. |
String |
getOnmousemove()
Return the value of the
onmousemove property. |
String |
getOnmouseout()
Return the value of the
onmouseout property. |
String |
getOnmouseover()
Return the value of the
onmouseover property. |
String |
getOnmouseup()
Return the value of the
onmouseup property. |
String |
getOnunload()
Return the value of the
onunload 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. |
String |
getXmlns()
Return the value of the
xmlns property. |
void |
setDir(String dir)
Set the value of the
dir property. |
void |
setLang(String lang)
Set the value of the
lang property. |
void |
setOnclick(String onclick)
Set the value of the
onclick property. |
void |
setOndblclick(String ondblclick)
Set the value of the
ondblclick property. |
void |
setOnkeydown(String onkeydown)
Set the value of the
onkeydown property. |
void |
setOnkeypress(String onkeypress)
Set the value of the
onkeypress property. |
void |
setOnkeyup(String onkeyup)
Set the value of the
onkeyup property. |
void |
setOnload(String onload)
Set the value of the
onload property. |
void |
setOnmousedown(String onmousedown)
Set the value of the
onmousedown property. |
void |
setOnmousemove(String onmousemove)
Set the value of the
onmousemove property. |
void |
setOnmouseout(String onmouseout)
Set the value of the
onmouseout property. |
void |
setOnmouseover(String onmouseover)
Set the value of the
onmouseover property. |
void |
setOnmouseup(String onmouseup)
Set the value of the
onmouseup property. |
void |
setOnunload(String onunload)
Set the value of the
onunload 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. |
void |
setXmlns(String xmlns)
Set the value of the
xmlns 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addClientBehavior, getClientBehaviors
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 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 getOnclick()
Return the value of the onclick
property.
Contents: Javascript code executed when a pointer button is clicked over this element.
public void setOnclick(String onclick)
Set the value of the onclick
property.
public String getOndblclick()
Return the value of the ondblclick
property.
Contents: Javascript code executed when a pointer button is double clicked over this element.
public void setOndblclick(String ondblclick)
Set the value of the ondblclick
property.
public String getOnkeydown()
Return the value of the onkeydown
property.
Contents: Javascript code executed when a key is pressed down over this element.
public void setOnkeydown(String onkeydown)
Set the value of the onkeydown
property.
public String getOnkeypress()
Return the value of the onkeypress
property.
Contents: Javascript code executed when a key is pressed and released over this element.
public void setOnkeypress(String onkeypress)
Set the value of the onkeypress
property.
public String getOnkeyup()
Return the value of the onkeyup
property.
Contents: Javascript code executed when a key is released over this element.
public void setOnkeyup(String onkeyup)
Set the value of the onkeyup
property.
public String getOnload()
Return the value of the onload
property.
public void setOnload(String onload)
Set the value of the onload
property.
public String getOnmousedown()
Return the value of the onmousedown
property.
Contents: Javascript code executed when a pointer button is pressed down over this element.
public void setOnmousedown(String onmousedown)
Set the value of the onmousedown
property.
public String getOnmousemove()
Return the value of the onmousemove
property.
Contents: Javascript code executed when a pointer button is moved within this element.
public void setOnmousemove(String onmousemove)
Set the value of the onmousemove
property.
public String getOnmouseout()
Return the value of the onmouseout
property.
Contents: Javascript code executed when a pointer button is moved away from this element.
public void setOnmouseout(String onmouseout)
Set the value of the onmouseout
property.
public String getOnmouseover()
Return the value of the onmouseover
property.
Contents: Javascript code executed when a pointer button is moved onto this element.
public void setOnmouseover(String onmouseover)
Set the value of the onmouseover
property.
public String getOnmouseup()
Return the value of the onmouseup
property.
Contents: Javascript code executed when a pointer button is released over this element.
public void setOnmouseup(String onmouseup)
Set the value of the onmouseup
property.
public String getOnunload()
Return the value of the onunload
property.
public void setOnunload(String onunload)
Set the value of the onunload
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.
public String getXmlns()
Return the value of the xmlns
property.
Contents:
public void setXmlns(String xmlns)
Set the value of the xmlns
property.
public Collection<String> getEventNames()
ClientBehaviorHolder
Returns a non-null, unmodifiable
Collection
containing the names of the logical
events supported by the component implementing this interface.
getEventNames
in interface ClientBehaviorHolder
public String getDefaultEventName()
ClientBehaviorHolder
Returns the default event
name for this ClientBehaviorHolder
implementation.
This must be one of the event names returned by
ClientBehaviorHolder.getEventNames()
or null if the component does not have
a default event.
getDefaultEventName
in interface ClientBehaviorHolder
Copyright © 2018 JBoss by Red Hat. All rights reserved.