public abstract class HtmlComponentTagBase extends UIComponentTagBase
Constructor and Description |
---|
HtmlComponentTagBase() |
Modifier and Type | Method and Description |
---|---|
void |
release() |
void |
setDir(String dir) |
void |
setLang(String lang) |
void |
setOnclick(String onclick) |
void |
setOndblclick(String ondblclick) |
void |
setOnkeydown(String onkeydown) |
void |
setOnkeypress(String onkeypress) |
void |
setOnkeyup(String onkeyup) |
void |
setOnmousedown(String onmousedown) |
void |
setOnmousemove(String onmousemove) |
void |
setOnmouseout(String onmouseout) |
void |
setOnmouseover(String onmouseover) |
void |
setOnmouseup(String onmouseup) |
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTitle(String title) |
setActionListenerProperty, setActionProperty, setBooleanProperty, setConverter, setForceId, setForceIdIndex, setImageLocation, setIntegerProperty, setJavascriptLocation, setLongProperty, setStringProperty, setStyleLocation, setValidatorProperty, setValue, setValueBinding, setValueChangedListenerProperty
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getComponentType, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, getRendererType, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class UIComponentTagBase
protected void setProperties(javax.faces.component.UIComponent component)
setProperties
in class UIComponentTagBase
public void setStyleClass(String styleClass)
public void setDir(String dir)
public void setLang(String lang)
public void setStyle(String style)
public void setTitle(String title)
public void setOnclick(String onclick)
public void setOndblclick(String ondblclick)
public void setOnmousedown(String onmousedown)
public void setOnmouseup(String onmouseup)
public void setOnmouseover(String onmouseover)
public void setOnmousemove(String onmousemove)
public void setOnmouseout(String onmouseout)
public void setOnkeypress(String onkeypress)
public void setOnkeydown(String onkeydown)
public void setOnkeyup(String onkeyup)
Copyright © 2013 Apache Software Foundation. All Rights Reserved.