org.apache.myfaces.trinidadinternal.taglib.core.layout
Class CorePanelSideBarTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTag
      extended by org.apache.myfaces.trinidad.webapp.UIXComponentTag
          extended by org.apache.myfaces.trinidadinternal.taglib.UIXPanelTag
              extended by org.apache.myfaces.trinidadinternal.taglib.core.layout.CorePanelSideBarTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class CorePanelSideBarTag
extends UIXPanelTag

Auto-generated tag class.


Field Summary
 
Fields inherited from class javax.faces.webapp.UIComponentTag
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
CorePanelSideBarTag()
          Construct an instance of the CorePanelSideBarTag.
 
Method Summary
 java.lang.String getComponentType()
           
 java.lang.String getRendererType()
           
 void release()
           
 void setInlineStyle(java.lang.String inlineStyle)
           
 void setOnclick(java.lang.String onclick)
           
 void setOndblclick(java.lang.String ondblclick)
           
 void setOnkeydown(java.lang.String onkeydown)
           
 void setOnkeypress(java.lang.String onkeypress)
           
 void setOnkeyup(java.lang.String onkeyup)
           
 void setOnmousedown(java.lang.String onmousedown)
           
 void setOnmousemove(java.lang.String onmousemove)
           
 void setOnmouseout(java.lang.String onmouseout)
           
 void setOnmouseover(java.lang.String onmouseover)
           
 void setOnmouseup(java.lang.String onmouseup)
           
 void setPartialTriggers(java.lang.String partialTriggers)
           
protected  void setProperties(org.apache.myfaces.trinidad.bean.FacesBean bean)
           
 void setShortDesc(java.lang.String shortDesc)
           
 void setStyleClass(java.lang.String styleClass)
           
 void setWidth(java.lang.String width)
           
 
Methods inherited from class org.apache.myfaces.trinidad.webapp.UIXComponentTag
createMethodBinding, createValueBinding, doEndTag, doStartTag, encodeBegin, setAttributeChangeListener, setBooleanProperty, setCharacterProperty, setDateProperty, setDoubleProperty, setFloatProperty, setId, setIntArrayProperty, setIntegerProperty, setLongProperty, setNumberProperty, setProperties, setProperty, setRendered, setStringArrayProperty, setValidationError
 
Methods inherited from class javax.faces.webapp.UIComponentTag
encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setPageContext, setParent, setupResponseWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorePanelSideBarTag

public CorePanelSideBarTag()
Construct an instance of the CorePanelSideBarTag.

Method Detail

getComponentType

public java.lang.String getComponentType()
Specified by:
getComponentType in class javax.faces.webapp.UIComponentTag

getRendererType

public java.lang.String getRendererType()
Specified by:
getRendererType in class javax.faces.webapp.UIComponentTag

setWidth

public void setWidth(java.lang.String width)

setShortDesc

public void setShortDesc(java.lang.String shortDesc)

setPartialTriggers

public void setPartialTriggers(java.lang.String partialTriggers)

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)

setStyleClass

public void setStyleClass(java.lang.String styleClass)

setInlineStyle

public void setInlineStyle(java.lang.String inlineStyle)

setProperties

protected void setProperties(org.apache.myfaces.trinidad.bean.FacesBean bean)
Overrides:
setProperties in class UIXPanelTag

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class javax.faces.webapp.UIComponentTag


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.