org.apache.myfaces.shared_orchestra.taglib.html
Class HtmlComponentBodyTagBase
java.lang.Object
UIComponentBodyTag
org.apache.myfaces.shared_orchestra.taglib.UIComponentBodyTagBase
org.apache.myfaces.shared_orchestra.taglib.html.HtmlComponentBodyTagBase
- Direct Known Subclasses:
- HtmlDataTableTagBase, HtmlPanelGridTagBase, HtmlPanelGroupTagBase
public abstract class HtmlComponentBodyTagBase
- extends UIComponentBodyTagBase
- Version:
- $Revision: 472618 $ $Date: 2006-11-08 21:06:54 +0100 (Mi, 08 Nov 2006) $
- Author:
- Manfred Geiler (latest modification by $Author: grantsmith $)
Methods inherited from class org.apache.myfaces.shared_orchestra.taglib.UIComponentBodyTagBase |
doEndTag, setActionListenerProperty, setActionProperty, setBooleanProperty, setConverter, setForceId, setForceIdIndex, setIntegerProperty, setStringProperty, setValidatorProperty, setValue, setValueBinding, setValueChangedListenerProperty, setValueProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlComponentBodyTagBase
public HtmlComponentBodyTagBase()
release
public void release()
setProperties
protected void setProperties(UIComponent component)
- Overrides:
setProperties
in class UIComponentBodyTagBase
setStyleClass
public void setStyleClass(java.lang.String styleClass)
setDir
public void setDir(java.lang.String dir)
setLang
public void setLang(java.lang.String lang)
setStyle
public void setStyle(java.lang.String style)
setTitle
public void setTitle(java.lang.String title)
setOnclick
public void setOnclick(java.lang.String onclick)
setOndblclick
public void setOndblclick(java.lang.String ondblclick)
setOnmousedown
public void setOnmousedown(java.lang.String onmousedown)
setOnmouseup
public void setOnmouseup(java.lang.String onmouseup)
setOnmouseover
public void setOnmouseover(java.lang.String onmouseover)
setOnmousemove
public void setOnmousemove(java.lang.String onmousemove)
setOnmouseout
public void setOnmouseout(java.lang.String onmouseout)
setOnkeypress
public void setOnkeypress(java.lang.String onkeypress)
setOnkeydown
public void setOnkeydown(java.lang.String onkeydown)
setOnkeyup
public void setOnkeyup(java.lang.String onkeyup)
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.