org.apache.myfaces.tobago.taglib.component
Class TobagoTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTag
      extended by org.apache.myfaces.tobago.taglib.component.TobagoTag
All Implemented Interfaces:
JspTag, Tag, TobagoTagDeclaration
Direct Known Subclasses:
AbstractCommandTag, BeanTag, CalendarTag, ColumnEventTag, ColumnSelectorTag, ColumnTag, GridLayoutTag, ImageTag, MenuSeparatorTag, MenuTag, MessagesTag, MessageTag, ObjectTag, ReloadTag, SelectItemsTag, SelectItemTag, SelectReferenceTag, SeparatorTag, SheetTag, TabGroupTag, TobagoBodyTag, TreeListboxTag, TreeOldTag

public abstract class TobagoTag
extends UIComponentTag
implements TobagoTagDeclaration


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
TobagoTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 String getDisabled()
           
 String getHeight()
           
 String getHidden()
           
 String getInline()
           
 String getLabel()
           
 String getReadonly()
           
 String getRendererType()
           
 String getTitle()
           
 String getWidth()
           
 void release()
           
 void setDisabled(String disabled)
           
 void setHeight(String height)
           
 void setHidden(String hidden)
           
 void setInline(String inline)
           
 void setLabel(String label)
           
protected  void setProperties(UIComponent component)
           
 void setReadonly(String readonly)
           
 void setTitle(String title)
           
 void setWidth(String width)
           
 
Methods inherited from class javax.faces.webapp.UIComponentTag
encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getComponentType, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

TobagoTag

public TobagoTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class UIComponentTag
Throws:
JspException

getRendererType

public String getRendererType()
Specified by:
getRendererType in class UIComponentTag

release

public void release()
Specified by:
release in interface Tag
Overrides:
release in class UIComponentTag

setProperties

protected void setProperties(UIComponent component)
Overrides:
setProperties in class UIComponentTag

getDisabled

public String getDisabled()

setDisabled

public void setDisabled(String disabled)

getHeight

public String getHeight()

setHeight

public void setHeight(String height)

getHidden

public String getHidden()

setHidden

public void setHidden(String hidden)

getInline

public String getInline()

setInline

public void setInline(String inline)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getReadonly

public String getReadonly()

setReadonly

public void setReadonly(String readonly)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getWidth

public String getWidth()

setWidth

public void setWidth(String width)

doEndTag

public int doEndTag()
             throws JspException
Specified by:
doEndTag in interface Tag
Overrides:
doEndTag in class UIComponentTag
Throws:
JspException


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.